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