White-space missing for attributes 2003-07-28 - By Jaladurgam, Ramana
Hello, I have an XML file as: <?xml version="1.0" standalone="yes" xml:space="preserve" ?> <Afile> <B text=" SomeText"/> <C text=" MoreText"/> </Afile>
I am parsing it through SAX parser and get the attribute text in startElement(..) method. But, in both the cases of B and C, I found that the white spaces are missing. Am I required to set any properties to get the white-space? Do suggest.
Regards, JV.
**************************************************************************** This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email to and from our network. ****************************************************************************
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|