RE: [xsl] Creating HTML form from XSD Schema with XSLT ???

Subject: RE: [xsl] Creating HTML form from XSD Schema with XSLT ???
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sun, 7 Nov 2004 21:09:36 -0000
> Is there a way to create a HTML form from a given XSD Schema?
> This form should contain an entry field for every declared element
> in the XSD Schema.
> 
> If not, may it is possibile to achieve this with a few restrictions?
> 
> Perhaps XSLT 2.0 offers some more of the needed features ?

No, XSLT 2.0 doesn't provide an introspection API for the schema.

Have you looked at server-side XForms implementations?

Michael Kay
http://www.saxonica.com/

Current Thread