OK, Im looking for a package I download not too long ago and going crazy trying
to find it, maybe some of you know where it exists.  It does simple XML parsing
like this:

<NAME>
<FIRST>Jon</FIRST>
<LAST>Baer</LAST>
</NAME>

XMLFile myFile = new XMLFile("file.xml");
String firstName = myFile.getElement("FIRST");
String lastName = myFile.getElement("LAST");

Anyone?

- Jon

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to