Hi, You can get a package which will do the similar work at http://www.developerlife.com/tutorial2/tutorial2servlet.html you try to download the "sunServlet.zip" file and try it out. I found that particularly the file "xmlUtils.java" is verymuch userful. this java file is a part of that zip file. bye, Ravi. >From: Jon Baer <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java > Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: out.println(".....");? XML item >Date: Wed, 11 Aug 1999 00:32:57 +0000 > >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 ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com ___________________________________________________________________________ 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
