XSLT to Convert XML Schema to HTML

I created an XML schema, but I don’t know if I need an XSL stylesheet to show it in HTML. Do I need him? If so, does anyone have an example that I could see and learn how to make it for my XML schema?

+4
source share
1 answer

For an XSLT solution, take a look at:

  • XS3P
  • XSDDoc , which creates documentation like JavaDoc.

There are also various tools that can create W3C Schema documentation, for example:

+3
source

All Articles