The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux 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 !!