- changed title to HTML ITS code get escaped in script on round-trip
- changed version to M33
- edited description
HTML ITS code get escaped in script on round-trip
Issue #468
new
When merging it back an HTML file with ITS code in script, we replace the < with < and then the extraction fails on the next run (in the integration tests).
For example we get this code back:
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="windows-1252">
<title>Standoff data</title>
<script id="lqi3" type="application/its+xml">
<its:locQualityIssues xml:id='lqi3' xmlns:its='http://www.w3.org/2005/11/its' its:version='2.0'>
<its:locQualityIssue locQualityIssueComment='lqi3-comment1'/>
<its:locQualityIssue locQualityIssueComment='lqi3-comment2'/>
</its:locQualityIssues>
</script>
</head>
<body>
</body></html>
Comments (1)
-
- Log in to comment
The HTML ITS filter is basically non-functioning as of this date.