I have been given a set of XML
documents from a company that is meant to include the "documentation" of the XML
schema. There are no XSDs
provided.
How can I generate documentation (eg. HTML
or CHM
) from these XML documents that includes documentation as indicated below?
Here is an example of the XML content:
<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>