← Prev in month ← Prev in thread
Next in thread → Next in month →

effective use of DOM

From
Jeffrey I Condon <>
To
Date
2001-12-13T23:12:08Z
ID
<>
Thread
effective use of DOM
hey,
IBM developerWorks just came out with an article that recommend how to
process XML with DOM and XPath.  The article is an analysis of many DOM
projects and suggests how to avoid buggy code.
Specifically, given the limitation of DOM this article suggests whenever
possible to use XPath to find nodes and use a library of higher-level
functions.
http://www-106.ibm.com/developerworks/xml/library/x-domjava/?open&l=136,t=grx,p=dom
← Prev in month ← Prev in thread
Next in thread → Next in month →