Le ven. 24 août 2012 à 16:33:41 +0200, Julien Moutinho a écrit :
> Then one could write a custom XSL stylesheet
> to be used with a2x's --xsl-file and xsltproc's --nonet,
> like this:
> --- 8< ---
> <xsl:stylesheet
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> version='1.0'>
> <xsl:include
> href="http://asciidoc.googlecode.com/hg/docbook-xsl/manpage.xsl"/>
> <!-- NOTE: custom XSL for Asciidoc's manpage.xsl goes here -->
> </xsl:stylesheet>
> --- >8 ---
Or rather <xsl:import/> than <xsl:include/>.
--julm
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.