Hello
I am trying to display custom XML within docs. The XML represents an XML file that the class taht is being documented parses and I want to explain the structure of this file within docs.Since, I have plenty of XML i am inserting it within <![CDATA[ ><myxml> ]]>. Java docs is inserting the CDATA tags as is within the generated HTML. When the generated html is displayed, IE seems to be stripping all XML tags within CDATA. The XML tags are themselves present in the HTML but not displayed. Additionally, the closing tags of CDATA ]]> seem to be displayed. I don't think this is a JavaDoc issue but is there any workaround known for this.
Thanks
Regards,
Aashish