Java API for XML Processing: Difference between revisions

Content deleted Content added
Undo graffiti
Line 30:
 
During parsing, the parser may need to access external documents. It is possible to store a local cache for frequently-used documents using an [[XML Catalog]].
 
This was introduced with Java 1.3 in May of 2000.<ref>Compare the [http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api/index-all.html#_S_ Java 1.2.1 API index] with the [http://java.sun.com/j2ee/sdk_1.3/techdocs/api/index-all.html#_S_ 1.3 index]. The Java Specification Request (JSR) 5, ''XML Parsing Specification'', was finalised on [http://jcp.org/en/jsr/detail?id=5 21 March, 2000].</ref>
 
== StAX interface ==