|
-
Aug 3rd, 2007, 04:44 AM
#1
Thread Starter
PowerPoster
Store <# chars in XML?
is it possible to store <# characters in xml for a node? I know that these maybe invalid characters for XML (makes it unreadable) but is there a way of doing this so it can read the xml correctly? Perhaps what I am doing is incorrect, I dont know.
<myNode>hi <#fieldname#></myNode>
-
Aug 3rd, 2007, 09:18 AM
#2
Re: Store <# chars in XML?
Replace < with <
> is legal in an XML node, but it's still probably good to replace it with >
-
Aug 3rd, 2007, 11:01 AM
#3
Re: Store <# chars in XML?
# should be legal, are you having a problem with #?
-
Aug 3rd, 2007, 12:42 PM
#4
Thread Starter
PowerPoster
Re: Store <# chars in XML?
yeh i did. I'll give the suggestion a shot, perhaps that was conflicting the #.
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
|