How to generate documentation from XML documents?

janiceyquest

New Member
I have been given a set of \[code\]XML\[/code\] documents from a company that is meant to include the "documentation" of the \[code\]XML\[/code\] schema. There are no \[code\]XSDs\[/code\] provided.How can I generate documentation (eg. \[code\]HTML\[/code\] or \[code\]CHM\[/code\]) from these XML documents that includes documentation as indicated below?Here is an example of the XML content:\[code\]<ELEMENT1> <!-- documentation text .... --> <ELEMENT2> <ELEMENT3>ABC</ELEMENT3> </ELEMENT3> <!-- documentation text .... --> <ELEMENT4> <ELEMENT5>0534564117</ELEMENT5> <ELEMENT6>123456</ELEMENT6> <ELEMENT7>090314b4-fc7d-42c5-b382-a5b745671ee32b</ELEMENT7> </ELEMENT4></ELEMENT1>\[/code\]
 
Back
Top