Guest_imported
New member
- Jan 1, 1970
- 0
I want to parse an incoming XML-document from the
network (way: database - xml mapper - network - client)
with a tool or API to get Java code out of it.
1. So far I don´t know exactly which API to use. There
are a few of them like
- JAXP
- JDOM
- DOM4J
....
But which one is the best for this purpose?
Is it better to use event-based SAX-parsing or
the DOM-model that creates a tree (I think it is
easier)?
2. Has anybody heard about a tool named "Quick"
to automate the parsing process of the XML-doc
completely (especially documentation for it)?
I thank you for each tip, example (if you have one) or
source of information (URLs, book tips, articles etc.)
Bernd
network (way: database - xml mapper - network - client)
with a tool or API to get Java code out of it.
1. So far I don´t know exactly which API to use. There
are a few of them like
- JAXP
- JDOM
- DOM4J
....
But which one is the best for this purpose?
Is it better to use event-based SAX-parsing or
the DOM-model that creates a tree (I think it is
easier)?
2. Has anybody heard about a tool named "Quick"
to automate the parsing process of the XML-doc
completely (especially documentation for it)?
I thank you for each tip, example (if you have one) or
source of information (URLs, book tips, articles etc.)
Bernd