UNPKG

node10-libxslt

Version:

[Fork] Node.js bindings for libxslt compatible with libxmljs

16 lines (15 loc) 396 B
<?xml version="1.0"?> <!-- ============================================================ 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>