This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

how to get the value ?


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]