Subject: Nokogiri sax parser error
From: Trans <transfire gmail.com>
Date: Mon, 9 Feb 2009 00:20:52 +0900
Trying to use the Nokogiri Sax parser. I ran into a problem parsing
the following:
<html>
<head>
</head>
<body>
<try x="<x/>" />
</body>
</html>
It chokes on the x="<x/>" attribute.
T.