My pages
Projects
Communities
java.net
java.net
>
Wiki
>
Javapedia
>
Applications
>
Utilities
>
GCJ
>
XmlParsing
Get Involved
About java.net
Request a Project
Publicize your Project
Submit Content
java-net Project
Site Help
Report Inappropriate Content
Get Informed
Articles
Weblogs
Events
java.net Online Books
java.net Archives
Get Connected
java.net Forums
Wiki
and
Javapedia
People
,
Partners
, and
Jobs
Java User Groups
RSS Feeds
Search
Web and Projects:
Online Books:
Advanced Search
Home
|
Help
|
Changes
|
Index
|
Search
| Go
XmlParsing
Many Java applications work extensively with
XML
. Nearly every
XML
standard has some Java support. The basic operation is parsing
XML
.
ApacheXerces
is one of the most widely used parsers and has very good standards support.
ApacheCrimson
is an older, smaller parser bundled in
J2SE
1.4.
Many others are available, for example much faster or smaller; see
http://www.garshol.priv.no/download/xmltools/cat_ix.html#SC_XML
IBM
also provides some
XML
parsers, like
XML4J
.
Practical
XML
- a simple object model for
XML
-like data
http://www.devx.com/Java/Article/16571/0
.
J2SE
also supports the
DOM
,
SAX
, and
JAXP
APIs
for parsing and
XsltTransformation
.
Related topics:
STAX
Discussion about
XmlParsing
Topic
XmlParsing
. {
Edit
|
Ref-By
|
Printable
|
Diffs
r7
<
r6
<
r5
<
r4
<
r3
|
More
}
java.net
RSS
Revision r7 - 18 Jul 2004 - 06:49:07 - Main.sullis
Parents:
Applications
>
Utilities
>
GCJ