Generating XML using SAX and Java

后端 未结 6 2211
后悔当初
后悔当初 2020-11-29 05:38

Anyone know of a good tutorial (or have a good example) for writing XML using the SAX framework (or something similar) and Java? Searching has yielded very little in terms o

6条回答
  •  星月不相逢
    2020-11-29 06:14

    Please refer to my personal blog post: XML Generation In Java - specifically, The SAX method. It references a few other articles concerning this, provides a concrete example, and compares SAX with the other popular APIs for generating XML from Java.

    (Realized this is an older question, but felt it necessary to add this for anyone else that may have the same question.)

提交回复
热议问题