BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in XML

 
 
Page 17919 of 19342

How to use `&` `<` and `>` in a xml file

Blogger : Sonu Kapoors WebLog
All posts : All posts by Sonu Kapoors WebLog
Category : XML
Blogged date : 2005 Jan 17

The ampersand, < and > signs are not valid in xml. You have to escape the ampersand using `&`, < using `<` and > using `>`. You can also use a CData section in XML, then you wont need to escape these chars.

This will not work

Barnes & Nobles 

But this will

Barnes & Nobles 

And this too

Barnes  Nobles 
Sonu

Read comments or post a reply to : How to use `&` `` in a xml file
Page 17919 of 19342

Newest posts
 

    Email TopXML