[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[JDEV] Wanna know something...
Is there a cryption to avoid XML conflicts? I mean for example
if a user send a message that has </SAY> in it, itwould be:
<SAY></SAY></SAY>
Although the first </SAY> is the user's message, the XML parser would think that its end of SAY and give error at the second </SAY>. I don't know, you've discussed this (I've 165 more mails to read, gimme some time ;-] ), but maybe we can use the same cryption
as in HTML files :
"<" will be crypted to "<" and "&" will be crypted to "&"