RE: how to get the value ?

Subject: RE: how to get the value ?
From: Heather Lindsay <heather.lindsay@xxxxxxxxxxxxx>
Date: Wed, 31 May 2000 14:23:43 -0400
> " xml structure
> 
> <?xml version="1.0"?>
> <first>
>         <second> data1
>             <child att="x">data2</child>
>         </second>
> </first>
> 
> I want to fetch  the values "data1" and "data2" ."
> 
> The above is not well-formed XML because elements with child 
> elements cannot also have a text element.

Wrong. It's perfectly well-formed. This is called "mixed element content".

I don't recall the original question but you can get all the text nodes
using 
select="//text()".

Mike Kay  

-- Thanks, Mike Kay, for the correction.  Sorry, all, about the
misinformation.

    - Heather


 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