views:

223

answers:

1

I've made an XML schema but I don't know if I need an XSL stylesheet to show it in HTML. Do I need one? If I do, has anyone got an example which I could see and learn how to make one for my XML schema?

+1  A: 

For an XSLT solution take a look at:

  • XS3P
  • XSDDoc, which produces JavaDoc-like documentation.

There are also a variety of tools that can produce W3C Schema documentation, such as:

Mads Hansen