The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-10-2008
fishman2001 fishman2001 is offline
Registered User
 

Join Date: Apr 2002
Location: New Jersey
Posts: 31
I think you'd need '&;lt' for < and '&;gt' for > or something like that. you should do a google search on 'html encoding' should be the same for xml.

Quote:
Originally Posted by ronix007 View Post
Hi,

I am getting problem in parsing special characters(Like &, > or <) in XML. I need to encode my C program and send in report format to another interface which is in XML format.
I do not know how to encode these special characters in C program before sending to XML format. Please help !!
Reply With Quote