[xsl] Browsing XML Schema Data from XSLT

Subject: [xsl] Browsing XML Schema Data from XSLT
From: alan.painter@xxxxxxxxx
Date: Mon, 26 Jun 2006 16:56:45 +0200
Is there any chance that there is a facility in XSLT 2.0 for interrogating
the xml-schemae that have been imported by <xsl:import-schema>?

I was imagining doing a <xsl:for-each> over the attributes and/or elements
defined in a  particular schema type.

I understand that I can simply read the XSD as a separate XML document, but
that means that I'll have to
-- use  <xsl:import-schema> for the schema-based XSLT processing
-- use "document()" to peruse the Schema definition within XSLT

It'd be nice to avoid having to specify the file location separately for
<xsl:import-schema> and for document().

thanks for any points

-alan
*************************************************************************
This message and any attachments (the "message") are confidential and intended solely for the addressee(s).
Any unauthorised use or dissemination is prohibited. E-mails are susceptible to alteration.   
Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or
falsified.
                              ************
Ce message et toutes les pieces jointes (ci-apres le "message") sont confidentiels et etablis a l'intention exclusive de ses
destinataires. Toute utilisation ou diffusion non autorisee est interdite. Tout message electronique est susceptible d'alteration. 
La SOCIETE GENERALE et ses filiales declinent toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie.
*************************************************************************

Current Thread