xsl-list
[Top] [All Lists]

RE: default namespace in match attribute of xsl:template

2003-02-04 01:34:11

<xsl:template match='response'> <xsl:message>response</xsl:message>
</xsl:template>

The response element falls in the default namespace 
'someuri'. How do you indicate this namespace in the match 
parameter of xsl:template. 

<xsl:template match="x:response" xmlns:x="someuri"/>

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>