Re: Special characters problem while writing XML files using JAXP DOM Parser

2009-12-04 Thread Benson Margulies
>> > Can any one suggest me the solution for this problem ?Thanks in advance. >> > >> > Regards, >> > Naga. >> > >> > >> > - >> > Regards, >> > Naga. >> > -- >> > View this message in context: http:/

Re: Special characters problem while writing XML files using JAXP DOM Parser

2009-12-04 Thread keshlam
/ Leslie Fish ( http://www.ovff.org/pegasus/songs/threes-rev-11.html) Benson Margulies 12/04/2009 07:13 AM Please respond to j-users@xerces.apache.org To j-users@xerces.apache.org cc Subject Re: Special characters problem while writing XML files using JAXP DOM Parser If you need a less th

Re: Special characters problem while writing XML files using JAXP DOM Parser

2009-12-04 Thread Michael Glavassevich
one suggest me the solution for this problem ?Thanks in advance. > > > > Regards, > > Naga. > > > > > > ----- > > Regards, > > Naga. > > -- > > View this message in context: http://old.nabb

Re: Special characters problem while writing XML files using JAXP DOM Parser

2009-12-04 Thread Benson Margulies
gt; > > - > Regards, > Naga. > -- > View this message in context: > http://old.nabble.com/Special-characters-problem-while-writing-XML-files-using-JAXP-DOM-Parser-tp26635769p26635769.html > Sent from the Xerces - J - Users mailing list archive at Nabble.com. > > > --

Re: Special characters problem while writing XML files using JAXP DOM Parser

2009-12-03 Thread Mukul Gandhi
it seems, you are not writing the built in entity reference for character, "<" appropriately. you are not writing a semicolon, after <. The parsing of the document you have posted, would likely fail with this particular error. The Xerces-J sax.Counter sample gives following error, while parsing t

Special characters problem while writing XML files using JAXP DOM Parser

2009-12-03 Thread nagineni
n around it ? Can any one suggest me the solution for this problem ?Thanks in advance. Regards, Naga. - Regards, Naga. -- View this message in context: http://old.nabble.com/Special-characters-problem-while-writing-XML-files-using-JAXP-DOM-Parser-tp26635769p26635769.html Sent from the Xerces