xsl-list
[Top] [All Lists]

RE: [xsl] create XSLT from XML or XSD

2008-07-27 15:40:54
This is a very basic implementation which simply creates a 
XSLT stub template for each element declared in your schema 
(XSD).  It does not cater for elements with the same name in 
different scope, but can be easily modified to do so.

It also doesn't cater for xs:include or xs:import or for schema documents
that have a targetNamespace. 

And I think it would be more helpful to generate stubs that do the same as
the default template rule, that is, to invoke xsl:apply-templates.

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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>