GeekArticles
Java
Servlets


An XML Fragment Reader
by William Brogden July 16, 2003 While many potential uses of XML result in fragments of XML text, not complete documents, XML parsers require complete documents to do their jobs properly. I have been running an XML-based servlet to conduct online surveys . It records user responses by adding XML formatted data to a continuously growing cumulative file. I needed a way to analyze survey responses on the fly without going to the trouble of copying the file and adding the markup required...n
Sponsored Links
Related Topics
Subscribe via RSS
Servlets
- Using the Scheduler Servlet in JRun
- What's New in the Servlet 2.3 Specification
- Controlling JRun Remotely with Servlets
- The XML Servlet
- Extending ColdFusion with Servlets
- Test-Driven Development for Servlets
- Developing Entity Beans
- Clustering with Tomcat
- An XML Fragment Reader
- Writing and Debugging XQuery Web Apps with Qexo