[xsl] xsl:apply-templates - Specifying patterns

Subject: [xsl] xsl:apply-templates - Specifying patterns
From: Ganesh Suriyanarayanan <gsuriyan@xxxxxxxxxxxxx>
Date: Mon, 17 Dec 2001 09:47:15 +0100
Hello,

Iam trying to write an XSL to get a XML Instance of a XSD schema file,
I need to search for a pattern apply template on that,  
like
<xsl:template match="complexType//sequence">

the source XSD can contain namespaces like
<xsd:complexType>
or
<xs:complexType>
or
<complexType>


how to write a generic patten match expression to handle this namespace


Thanks and regards
Ganesh


The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error.

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


Current Thread