|
About Comment By Using SAX
I want to generate a xml file using SAX with comment.I facing problem with comment.So can u give any sugession how to add comment SAX.
I need the below ouput.
<emps>
<emp name="tapas">
<id>123</id>
</emp>
<!--This is the second employee-->
<emp name="raja">
<id>456</id>
</emp>
</emps>
Thanks & Regards
Tapas
|