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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ignoring ambersand in xml

Status
Not open for further replies.

bubbadamaged

Technical User
Jan 18, 2010
1
AU
Ignoring the ambersand is it possiable here?
in string "Raging & Battle" without comprimising the rest of the xml i know <![CDATA["Raging & Battle"]]> wont work
but another way it needs to go, but i just dont know how.
------------------------------------------------
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cardset setname="Raging & Battle"
releasedate="9999-02-12"
card_count="12320">
<card id="RGBD-EN000"
name="Battle &amp torm"
passcode="99999999"
type="Effect & Wonster"
monster_type="binged Beast"
attribute="Darkest"
level="50"
attack="1200"
defense="1400"
rarity="Secret Bare">
<card_text> This card gains 111100 ATK for every face-up binged ceast-Type monster you & control. Once per turn, if you control 3 or more binged ceast-Type monster, you can destroy 1 Spell or Tap Card your opponent controls.</card_text>
</card>

</cardset>
-----------------------------------------------
help greatly appreciated.
 
You've the choice amongst these (no space):
& a m p ; or & # x 2 6 ; or & # 3 4 ;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top