GeekArticles
Java
ServletsAn XML Fragment Reader
Author: xml.com |
Published: 10th Aug 2005 |
Visited: 829 times |
Add CommentFiled in: Servletsby 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
Read Article Sponsored Links
Related Articles
• X(HT)ML Fragment Identifiers The recently published HTML 5 draft does not change anything regarding HTML fragment identifiers. They are still limited to IDs only (with <a name=""> as alternative for backwards-compatibility). This means that any reference into an HTML page depends on ho ...
• Deploying an ASP.NET AJAX RSS Reader on Linux Written by Jonas Martinsson, an entrepreneur and member of Mainsoft's development team. Jonas helped to integrate Mainsoft's .NET-Java EE interoperability products with the Visual Studio ...
• A letter from a frightened reader I had a letter from a reader, R, today, which I thought I would share with you. R is a person seemingly paralyzed by fears, assailed by the uncertainties in life, and prone to the most violent of doubts. Anythin ...
• RSS Feed Link Reader Constructing a simple application that may be used to view RSS feeds from the des ...
• A Fast CSV Reader A reader that provides fast, non-cached, forward-only access to CSV ...