node10-libxslt
Version:
[Fork] Node.js bindings for libxslt compatible with libxmljs
16 lines (15 loc) • 396 B
text/xml
<!--
============================================================
This is the input XML
============================================================
-->
<fruit-sites>
<fruit type="apples">
<site><![CDATA[http://www.apples.com/site?args&stuff]]>
</site>
</fruit>
<fruit type="pears">
<site>http://www.pears.com/index.html</site>
</fruit>
</fruit-sites>