From 58dc4361c45e4ff4271b690e3d8bc2d2e7411afb Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 16 May 2011 21:35:33 +0000 Subject: [PATCH] Boostbook: Pass through processing instructions. [SVN r72002] --- test/more/tests/misc/processing.gold | 5 +++++ test/more/tests/misc/processing.xml | 18 ++++++++++++++++++ xsl/docbook.xsl | 4 ++++ 3 files changed, 27 insertions(+) create mode 100644 test/more/tests/misc/processing.gold create mode 100644 test/more/tests/misc/processing.xml diff --git a/test/more/tests/misc/processing.gold b/test/more/tests/misc/processing.gold new file mode 100644 index 0000000..2bf9710 --- /dev/null +++ b/test/more/tests/misc/processing.gold @@ -0,0 +1,5 @@ + + + Test processing instructions + + \ No newline at end of file diff --git a/test/more/tests/misc/processing.xml b/test/more/tests/misc/processing.xml new file mode 100644 index 0000000..692ef9c --- /dev/null +++ b/test/more/tests/misc/processing.xml @@ -0,0 +1,18 @@ + + + + + Test processing instructions + + + + diff --git a/xsl/docbook.xsl b/xsl/docbook.xsl index 063622f..c2ad521 100644 --- a/xsl/docbook.xsl +++ b/xsl/docbook.xsl @@ -382,6 +382,10 @@ Error: XSL template 'link-or-anchor' called with invalid link-type ' + + + +