Hello,
  I have an XML file as:
      <?xml version="1.0" standalone="yes" xml:space="preserve" ?> 
      <Afile>
         <B text="    SomeText"/>
         <C text="&nbsp;&nbsp;&nbsp;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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to