T
Trans
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.
the following:
<html>
<head>
</head>
<body>
<try x="<x/>" />
</body>
</html>
It chokes on the x="<x/>" attribute.
T.