quot; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 01, 2000 7:46 PM
Subject: A problem with Xerces DOMParser
> Hi,
>
> I just want to report a problem and would like to know
> if there's a fix.
>
> I did something like the following:
> D
Hi,
I just want to report a problem and would like to know
if there's a fix.
I did something like the following:
DOMParser domParser = new DOMParser();
domParser.parse(strUrl);
Document document = domParser.getDocument();
NodeList nl = document.getElementsByTagName("attr");