jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Effective XML processing with DOM and XPath in Java

DeEnFrSp
Hits: 31

Effective XML processing with DOM and XPath in Java

Rating 0.0 0.0
Based on an analysis of several large XML projects, this article examines how to make effective and efficient use of DOM in Java. The DOM offers a flexible and powerful means for creating, processing, and manipulating XML documents, but it can be awkward to use and can lead to brittle and buggy code. Author Parand Tony Daruger provides a set of Java usage patterns and a library of functions to make DOM robust and easy to use.


Platform(s): n/a
Date: Dec, 12 2001
Author: http://www-106.ibm.com/developerworks/xml/library/x-domjava/?opne&l=766,t=graw,p=dom

Ratings

Number of Ratings: 0 Votes
5     
0%
4
0%
3
0%
2
0%
1
0%
Visitor Voting Booth: Rate It!

Others Scripts

XML programming in Java

XML/Tips and Tutorials/Java and XML

XSLbyDemo

XML/Software

XML Registry

XML/Software

XML Security Suite

XML/Scripts and Programs/Security Systems

Xeena

XML/Software

Server-side scripting languages

PHP/Magazine Articles

IBM XSL Formatting Object Composer

XML/Scripts and Programs/Authoring Tools/Java

Deploying Web services with WSDL

XML/Tips and Tutorials/Web Services

Anatomy of an XSLT processor

XML/Tips and Tutorials/Miscellaneous

P3P Policy Editor

Java/Applications/Miscellaneous

Atomik

Tools and Utilities/Wireless

XML Viewer

XML/Software

Introduces the Python xml_pickle object

Python/Tips and Tutorials/XML and Python

Charming Python: Text processing in Python for beginners

Python/Tips and Tutorials/Introduction to Python

Charming Python: Parsing with the SimpleParse module

Python/Tips and Tutorials/Miscellaneous