View Single Post
  #9  
Unread 10-16-2009, 12:37 PM
shaddock shaddock is offline
A Coastal Crab
 
Join Date: Jan 2008
Server: Antonia Bayle
Posts: 1
Default

If it is conform the XML standard, I think you need to "escape" XML special chars like <,>,",',& using XML entities like &lt; &gt; &quot; &apos; &amp; (note HTML specific entities do not exist in XML)

http://en.wikipedia.org/wiki/List_of...ity_references

I haven't tried it , it's just theory. And if entities are supported, I'm not sure if non-ASCII chars can be used in the form &#nnnn; or &#xhhhh; (as it is EQ2 script that doesn't support non-ASCII, even when XML does using entities)

Last edited by shaddock : 10-16-2009 at 12:42 PM.
Reply With Quote