Problem in parsing XML with '&'
-------------------------------

                 Key: XERCESC-1734
                 URL: https://issues.apache.org/jira/browse/XERCESC-1734
             Project: Xerces-C++
          Issue Type: Bug
          Components: SAX/SAX2
    Affects Versions: 2.7.0
         Environment: Solaris, Oracle
            Reporter: Gaurav K


In my project we are using Xerces-C++ Prser for parsing the XML files.

Now, if my XML file contains a string say 
       
      <Name>There are 2 friends Amit &amp; Rahul</Name>

after parsing the the string gets truncated to '& Rahul'

Thinking that is is a problem with '&' I tried using  '&#35;' but this also did 
not help.

Can you please tell as to how can i get the XML(with '&')  to be parsed 
sucessfully.

Thanks in Advance!

-Gk

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to