View Single Post
  #1 (permalink)  
Old 01-24-2008, 06:22 AM
tapas tapas is offline
Member
 
Join Date: Jan 2008
Posts: 2
tapas is on a distinguished road
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
Reply With Quote
Sponsored Links