Hi,
I'm actually looking for a Java API able to create XML documents from data "on the fly".
During my search, I often get SAX.
Some say that you can create XML documents with it but when I look at the doc of APIs I just have notes about parsing an existing XML document like:
________________________________
startDocument() endDocument()
These methods are called when you're at the top or the end of the document. Thye initialize the parsing.
_________________________________
Thanx for your help.
I'm actually looking for a Java API able to create XML documents from data "on the fly".
During my search, I often get SAX.
Some say that you can create XML documents with it but when I look at the doc of APIs I just have notes about parsing an existing XML document like:
________________________________
startDocument() endDocument()
These methods are called when you're at the top or the end of the document. Thye initialize the parsing.
_________________________________
Thanx for your help.