XML Parser using jsp

September 7, 2009 by satz  
Filed under JSP, XML

Learn how to parse an XML file and load dynamic data into a jsp page. This tutorial is on the DOM parser in JSP.  The parser loads the xml data into a jsp page using the DOM parser.

Read more

XML Parser using Javascript

August 31, 2009 by satz  
Filed under JavaScript, XML

This article shows how to parse an XML file and write the data into an HTML page. Parsing XML using JavaScript is very much useful when there is no server side scripts to load dynamic data into an HTML file.

Read more