Ask a Question related to ASP.NET General, Design and Development.
-
terry #1
Embedding non standard XML tags in XML comments
Hi,
For a particular class I would like to document necessary
web.config entries. The problems is that when I place a
snipit of web.config text that contains non-standard XML
documentation tags the snip-it is ignored. I have tried
placing the snipit in summary, remarks and example-code
sections but have had no luck.
I am using NDoc to Document Generator to generate the help
file.
Thanks for your help!!!
Terry
terry Guest
-
Disable Options>Import Comments in Comments Pane
A customer asked me to replace the logic of the Comments>Import Comments menu item. I can easily find and replace this menu item with the name... -
embedding MP3
:confused; We can not convert to SWF for our purposes. We are an ad agency posting mp3 files to our website for distribution to our media partners... -
How to treat template tags as comment tags?
Hi all, I am using DW MX to edit templates for a FreeMarker application. The template tag fromat is like so: <ul> <#list birds as bird>... -
[PHP-DEV] [PHP-CVS] cvs: php-src / NEWS /ext/standard parsedate.y /ext/standard/tests/time
Derick Rethans wrote: bison -y /usr/src/php/php5/ext/standard/parsedate.y conflicts: 17 shift/reduce... -
Using ParseChildren attribute to load child tags - VS removes tags
I am building a poll control, nested in the tag I have child tags to setup the poll options. Everything works fine, but when I edit a property in... -
Terry Wahl #2
Re: Embedding non standard XML tags in XML comments
Hi Eric,
Thanks for replying. I ended up having success by replacing the '<' and
'>' with '<' and '>' respectively. Here is an example:
/// <example>Modifying web.config by adding an entry for application's
name:
/// <code>
/// <configuration>
/// <appSettings>
/// <b><add key="ApplicationName" value="EBFStockLoan" /></b>
/// </appSettings>
/// <system.web>
/// ...
/// </code>
/// </example>
Thanks again,
Terry
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Terry Wahl Guest



Reply With Quote

