Re: Antwort: [xsl] Child Node Attribute

Subject: Re: Antwort: [xsl] Child Node Attribute
From: "Michael Johnson" <mike@xxxxxxxxxx>
Date: Tue, 11 Feb 2003 16:32:16 -0000
My favourite documentation is on msdn (eek)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk30/ht
m/xmrefxsltreference.asp





----- Original Message -----
From: <manfred.weigel@xxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, February 11, 2003 4:04 PM
Subject: Antwort: [xsl] Child Node Attribute


>
>
> Hi!
>
> To get the value of b use this xpath
> abc/child/@b
>
> to check if the value is box
> abc/child[@b = 'box']
>
> to check if the attribute b exists
> abc/child[@b]
>
> Check this documentation - its fantastic
> http://selfhtml.teamone.de/xml/darstellung/xpathsyntax.htm
> (german)
> for other langs have a look at http://www.selfhtml.org
>
> cheers
> manfred
>
>
>
>
>
> neelkamal.shaikh@xxxxxxxxxxxxxx@lists.mulberrytech.com am 11.02.2003
> 16:41:28
>
> Bitte antworten an xsl-list@xxxxxxxxxxxxxxxxxxxxxx@inet
>
> Gesendet von:     owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>
>
> An:      XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Kopie:
> Thema:   [xsl] Child Node Attribute
>
>
>
> Hi ,
>
> I need to get handle of the child nodes attribute i.e. value of "b" = box
> in the below xml.
>
> Say
> <abc a="apple">
>       <child b="box">
>       </child>
> </abc>
>
> Highly appreciate your help.
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>



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


Current Thread