Subject: Re: special characters
From: "Bob Foster" <bob@xxxxxxxxxx>
Date: Fri, 23 May 2003 17:32:08 -0500
|
From: "David Carlisle" <davidc@xxxxxxxxx>
> <?xml version="1.0" encoding="UTF-8"?>
> <!-- latin capital letter E with grave, U+00C8 ISOlat1 É -->
> <!ENTITY eacute "é">
>
> That would be a very dangerous file. It could be considered a denial of
> service attack: It will put any XML parser into an infinite loop if it
> ever finds an instance of é.
An entity that recursively references itself is not well-formed. Parsers are
supposed to check for that.
Bob
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|