From c31f1709205a62a3c91a9012c2ac7e3b3d98884a Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 27 Jul 2011 18:16:27 -0400 Subject: Add support for generating chunked xhtml for DocBooks Some large documents will benefit from this feature. A different docbook xsl file must be imported. Signed-off-by: Gaetan Nadon --- Makefile.am | 1 + xorg-chunk.xsl | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 xorg-chunk.xsl diff --git a/Makefile.am b/Makefile.am index 74fe5cb..8ae8ed8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ dist_sgmlx11_DATA = \ defs.ent xorg.css \ xorg.xsl \ xorg-xhtml.xsl \ + xorg-chunk.xsl \ xorg-fo.xsl pkgconfigdir = $(datadir)/pkgconfig diff --git a/xorg-chunk.xsl b/xorg-chunk.xsl new file mode 100644 index 0000000..3d85c6f --- /dev/null +++ b/xorg-chunk.xsl @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3