Re: [xsl] can i use xslt to generate html forms on .xsd files.

Subject: Re: [xsl] can i use xslt to generate html forms on .xsd files.
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Mon, 2 Jul 2001 10:20:33 -0400
[Maria Gray]
>
> Is it possible to use xslt on a schema document (.xsd) to generate html ?
> I will have no source xml to run the xslt on they way you normally would.
>
> The idea is that the xslt will turn the xsd document into a html form -
drop
> down lists for enumerations, input boxes for attributes etc. The user can
> then fill in the values, the form will post to a servlet which will
generate
> the xml.
>

Of course - an schema written in XML Schema is an xml document, and you can
run an xslt stylesheet against it.

Tom P


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread