Re: [xsl] Processing Stylesheet with multiple namespaces

Subject: Re: [xsl] Processing Stylesheet with multiple namespaces
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Tue, 25 Sep 2007 16:14:47 +0200 (CEST)
Abel Braaksma wrote:

  Hi

> Or (but not sure if this was newly added in XSLT 2.0, so try
> it out, if  you get an error use local-name instead)

>     <xsl:template match="*:OLEObject" />

  Yes, this is new in XPath 2.0.  Reference:

    http://www.w3.org/TR/xpath#NT-NameTest:

    [37] NameTest ::= '*'	
                      | NCName ':' '*'	
                      | QName


    http://www.w3.org/TR/xpath20/#doc-xpath-NameTest:

    [36] NameTest ::= QName | Wildcard
    [37] Wildcard ::= "*"
                      | (NCName ":" "*")
                      | ("*" ":" NCName)

  Regards,

--drkm

























      _____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

Current Thread