XML library reliable?

Dar Scott dsc at swcp.com
Tue Jul 22 01:43:01 EDT 2003


On Tuesday, July 22, 2003, at 12:07 AM, Alex Rice wrote:

>> <p>©2003 by Joël Guillod</p>
>> <p><font color="#0000FF"><u>joel.guillod at net2000.ch</u></font></p>
>> <p></p>
>
> Joel, the little I've used the XML lib I've not had any reliability 
> problems. In your example I can tell you what the error is, but not 
> WHY. I don't know enough about XML.
>
> If you make the second parameter to revCreateXMLTree to be "true", 
> that's parseBadData, you will get the error message back from the 
> function, instead of a xml tree ID:
>
> xmlerr, can't parse xml
> Entity 'euml' no defined

My XML pocket reference (which may be outdated) shows only five 
predefined entity references:

&amp:
<
>
"e;
'

Plus, you can have hexadecimal character references.

Maybe there is a way to define entities.

Dar Scott




More information about the use-livecode mailing list