⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Get started with Agile
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Get started with Agile
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
»
SaxonJS
Overview
Roadmap
Issues
Blog
Documents
Forums
Files
Download (649 Bytes)
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:
 
test.
</div>
</section>
<section>
<h2>
hexadecimal character reference test
</h2>
<div>
Text with non-breaking space:
 
test.
</div>
</section>
<section>
<h2>
htmlparse test
</h2>
<data>
<![CDATA[<p>
parse HTML
&
XML:
HTML entity references
<p
lang=
de
>
Ä
rger]]>
</data>
</section>
</body>
</html>
« Previous
1
2
3
Next »
(3-3/3)
Loading...