0

Would you recommend using XMLModifier to generate XML from ground up? Or just use whatever java has like XMLWriter?

vtd-xml-author
  • 3,319
  • 4
  • 22
  • 30
sincang
  • 119
  • 5

1 Answers1

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