[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] returning the xsl:value-of of child node of type


Subject: Re: [xsl] returning the xsl:value-of of child node of type
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 18 Dec 2002 03:11:05 GMT

this is a faq

Status matches a Status in no namespace but yours is in
urn:oasis:names:tc:SAML:1.0:protocol
so in teh stylesheet add
xmlns:zzzz="urn:oasis:names:tc:SAML:1.0:protocol"
then use
<xsl:apply-templates select="samlp:response/zzzz:Status"/>

David

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



Current Thread