xsl-list
[Top] [All Lists]

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

2006-07-28 07:33:50

<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

--~------------------------------------------------------------------
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>
--~--

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