[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Using XSLT with XML Schemas


Subject: RE: [xsl] Using XSLT with XML Schemas
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 19 Dec 2002 11:34:27 -0000

XML Schemas are XML documents so the answer is yes. 

But you need to be very careful (i.e., you need to understand the XML
Schema spec very well) if you want to process *any* XML Schema, because
there are many different ways of writing equivalent schemas.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Chitra Lalita Madhwacharyula
> Sent: 19 December 2002 03:15
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Using XSLT with XML Schemas
> 
> 
> Hello,
> 
> Can anyone tell me if XSLT can be used to manipulate XML 
> Schemas i.e .xsd files ? For example if I define a few new 
> concepts or declarations in the schema and whenever they are 
> encountered I want some specific action. So basically I want 
> to apply the XSLT stylesheet on the schema and not on the 
> instance document as I may use the same schema for n documents. 
> 
> So Can I use the XSLT stylesheet to manipulate the schema 
> .xsd file the same way as I use it for the .xml files ?
> 
> Thanx,
> Chitra
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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



Current Thread