******I want to get the values through a java program.
******I want to know the methods and their usage.(java methods of oraclew
parser)
> 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|