libxslt-next
Version:
Node.js bindings for libxslt with Node.js 20/22/24 support - Modern fork with updated dependencies
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>