This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]