Re: XML Parsing....?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: XML Parsing....?

From: Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
Date: Fri May 27 2005 - 10:24:08 CEST

keithv wrote:
> Also check out http://wiki.tcl.tk/11020. I have yet to have it fail
> on any well-formed XML.

Try this short legal XML document:

   <?xml version="1.0"?>
   <element><![CDATA[<not.an.element/>]]></element>

Parsing XML is very definitely a _parsing_ task.

Donal.
Received on Thu Sep 29 14:19:27 2005