On Jan 9, 2008 4:34 PM, Mukul Gandhi <[EMAIL PROTECTED]> wrote:
>       NodeList nl = document.getElementsByTagName("QUANTITY");
>       for (int i = 0; i < nl.getLength(); i++) {
>         System.out.println(nl.item(i).getFirstChild().getNodeValue());
>       }

I am sorry. The above lines were producing values from the XML file.

I withdraw this request.

-- 
Regards,
Mukul Gandhi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to