RE: [xsl] Wildcards in namespaces ?

Subject: RE: [xsl] Wildcards in namespaces ?
From: David.Pawson@xxxxxxxxxxx
Date: Thu, 1 Jul 2004 09:46:25 +0100
Mick wrote:
    I'm writing a XSLT stylesheet for processing of UML XMI 
    files. Alas, depending on the UML tool, the elements in the 
    XMI file are placed in a different namespace. E.g. Poseidon 
    (www.gentleware.com) uses the namespace-URI xmlns:UML = 
    "org.omg.xmi.namespace.UML", and Rational Rose uses 
    xmlns:UML = "href://org.omg/UML/1.3". However, all of them 
    generate a prefix UML: for their XMI elements.
    
    Now my problem is: how can I define a namespace in my XSLT 
    stylesheet so that I can process all XMI files with the 
    SAME stylesheet ? 

Try 
<xsl:template match="*[local-name()='fred']">

which will match fred in any namespace.


HTH DaveP

-- 
DISCLAIMER: 

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged. If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system. 

RNIB endeavours to ensure that emails and any attachments generated by 
its staff are free from viruses or other contaminants. However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments. 

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent 
those of RNIB. 

RNIB Registered Charity Number: 226227 

Website: http://www.rnib.org.uk 

Current Thread