Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xsl] Wildcards in namespaces ?

From: David.Pawson@-----------
To:
Date: 7/1/2004 10:46:00 AM
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


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent