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 
--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--