Is there a way to specify that part of an XML file should be treated as a string even though it looks like XML?
September 22, 2004 10:24 AM
Subscribe
Is there a way to specify that part of an XML file should be treated as a string even though it looks like XML? [more inside]
Example:
<Data>
<1></1>
</Data>
I'd like the validator or reader to read "<1></1>" as a string rather than two tags.
Do I just have to use lt; and gt;?
posted by callmejay to computers & internet (7 comments total)
posted by normy at 10:39 AM on September 22, 2004