how to get the value ?

Subject: how to get the value ?
From: "Dhiraj Guglani" <dhiraj.guglani@xxxxxxxxxxxxxxxx>
Date: Wed, 31 May 2000 14:51:58 +0530
hi,

I am using the oracle xml parser.
with 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" .
I am trying to do it through the function getNodeValue() for "Node"
which is always returning null.

I have tried this method for getting the values from the attributes then it
is working.

kindly help.
thank in advance.

-dhiraj


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


Current Thread