|
-
Feb 27th, 2006, 09:58 PM
#1
Thread Starter
Frenzied Member
Ampersand in XML?
Anyway of having an & within an xml tag or any workaround, i need to store url's between the tags ?
-
Feb 27th, 2006, 10:09 PM
#2
Re: Ampersand in XML?
I'm not sure but, did you try & instead?
-
Feb 27th, 2006, 10:48 PM
#3
Re: Ampersand in XML?
This works
Code:
<InventoryClasses>
value = "asd&"
</InventoryClasses>
Shows..
<InventoryClasses>value = "asd&"</InventoryClasses>
-
Feb 27th, 2006, 10:57 PM
#4
Thread Starter
Frenzied Member
-
Feb 28th, 2006, 12:25 AM
#5
Re: Ampersand in XML?
Depends on the target platform but I usually avoid named entities in case they are not supported, for example I always use © for the copyright symbol as © is not supported by Safari.
& is I think pretty well supported though so you'd be safe enough with that.
Edit: It's & in case you want to use it instead.
Last edited by penagate; Feb 28th, 2006 at 12:32 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|