Re: [xsl] how to define stylesheet for the XML with href

Subject: Re: [xsl] how to define stylesheet for the XML with href
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 28 Jul 2006 15:33:30 +0100
<xsl:template match="/Envelope/B

woul dmatch on Envelope in no namespace, you need

<xsl:template match="/s:Envelope/s:B

with s: bound to http://schemas.xmlsoap.org/soap/envelope/

David

Current Thread