Project

Profile

Help

HTML entity parsing in David Carlisle's htmlparse.xsl fai... » htmlparse-test-input.xml

Martin Honnen, 2020-07-02 20:26

 
<?xml version="1.0" encoding="utf-8"?>
<html lang="en">
<head>
<title>Test</title>
</head>
<body>
<section>
<h2>numeric character reference test</h2>
<div>Text with non-breaking space:&#160;test.</div>
</section>
<section>
<h2>hexadecimal character reference test</h2>
<div>Text with non-breaking space:&#xA0;test.</div>
</section>
<section>
<h2>htmlparse test</h2>
<data><![CDATA[<p>parse HTML & XML:&nbsp; HTML entity references
<p lang=de>&Auml;rger]]></data>
</section>
</body>
</html>
(3-3/3)