Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using < and > characters within XML file

Status
Not open for further replies.

cmhunt

Programmer
Apr 17, 2001
119
GB
I have a field that reads &quot;Customer, premium < USD 1.00, USD 0.15&quot; which causes problems when putting the XML tags round because of the &quot;<&quot; character. Please could someone tell me how I can get round this.

Thanks.
 
Use the html code for the sign: & lt; (I've put a space between the & and lt;, which of course doesn't belong there, but else it wouldn't show the code ;-) )

Jordi Reineman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top