[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Creating HTML form from XSD Schema with XSLT ???

Subject: Re: Creating HTML form from XSD Schema with XSLT ???
From: "Gabriel K." <gabriel.klappenbach@xxxxxxxxxxxx>
Date: Sun, 7 Nov 2004 21:53:59 +0100
xsd to html xslt
I think that should be possible, after all a XML Schema is an XML file.
So just write an XSL file that transforms the Schema to HTML.
You can match every xsd:element in the schema and output appropriate html for each.


<xsl:for-each select="//xsd:element">
   html code..
</for-each>

/Gabriel

----- Original Message ----- From: "Matt Adams" <mattad@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Sunday, November 07, 2004 9:47 PM
Subject: Creating HTML form from XSD Schema with XSLT ???



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 ?

Matt
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.