Article on JAXP 1.3 "Fast and Easy XML Processing"

Check out the new article   *"Fast and Easy XML Processing" *[1] which 
explains the new concepts introduced in JAXP 1.3 (JSR 206) !

- If you are dealing with XML Schemas there is a lot in this article 
that will interest you...  Learn the new Schema Validation Framework. 
There are many advantages that new framework has to offer with its *new* 
modular approach of doing validation independent from parsing, ability 
to parse schema with a schema compiler , validate XML document against 
"compiled" schema to *improve the performance of schema validation*, 
validate against XML Schema or Relax NG, validate SAX stream, DOM or 
JDOM etc. Discover how the new validation framework can solve previously 
unsolvable problems.

- As we all know accessing XML is made simple using XPath. This article 
also explains the *New Object-Model Neutral XPath API*

- Security is important and a concern for all of us, Learn how to secure 
your data and prevent your application against known security attacks 
related to XML and much much more.

Thanks,

Neeraj

[1] https://jaxp.dev.java.net/article/jaxp-1_3-article.html
[2] https://jaxp.dev.java.net/

Received on Tuesday, 15 February 2005 11:20:10 UTC