node10-libxslt
Version:
[Fork] Node.js bindings for libxslt compatible with libxmljs
21 lines (17 loc) • 449 B
text/xml
<book id="book">
<title>Book Title</title>
<chapter id="ch1">
<title>test</title>
<para>How many ° can you ©.</para>
<para>And what about <xref linkend="ch1"/>.</para>
<para>And what about <xref linkend="s1"/>.</para>
<programlisting>
This is a program
listing.
</programlisting>
</chapter>
</book>