Would you recommend using XMLModifier to generate XML from ground up? Or just use whatever java has like XMLWriter?
Asked
Active
Viewed 112 times
1 Answers
0
Yes, use XMLWrite to composing XML from scratch. Use XMLModifier to incrementally update XML.. Or use string concatenation to generate XML from scratch

vtd-xml-author
- 3,319
- 4
- 22
- 30