From: <spa...@co...> - 2007-04-30 23:02:13
|
All, I am using NDoc tag example and code to display sample code. Code uses '&&' as part of if statement in c#. Somehow NDOc generator is discarding the whole documentation including summary when & is used. Same issue is there if a string is assigned to an xml message as shown below. string request = "<?xml version=\"1.0\" encoding=\"utf-8\"?><Request xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><ActionCode>Act</ActionCode><SystemCode>GrptUI</SystemCode></Request>"; I tried using the "escaped" option for code and example tags. No use. Any thoughts? Thanks Parvathi |