Bugs item #3159783, was opened at 2011-01-17 07:46
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113153&aid=3159783&group_id=13153
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tidy functionality
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: <%test%> in attribute is parsed to be <%test%>
Initial Comment:
my xml string is <body tag='<%test;%>'><%test%></body>, after parsing it becomes:
<?xml version="1.0"?>
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<title></title>
</head>
<body tag='<%test;%>'>
<%test%>
</body>
</html>
Notice the '<%test;%>' in body attribute is becoming '<%test%>', and this caused the whole xml document invalid.. Is there anyway I can avoid this attribute being parsed? I'm using jtidy-04aug2000r7-dev.jar
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113153&aid=3159783&group_id=13153
|