This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

xsl:apply-templates - Specifying patterns


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]