From 2724dc7cef2a87dff63b468573c8f4f93a7b5a94 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 12 Feb 2006 21:58:49 +0000 Subject: This makes everything work out nicely, PROVIDED that doc authors don't use &FDP-INFO; any more, and instead use a standard XInclude statement. Shouldn't cause much pain at all. --- packaging/bookinfo.xsl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'packaging') diff --git a/packaging/bookinfo.xsl b/packaging/bookinfo.xsl index 8cc8617..a2070a9 100644 --- a/packaging/bookinfo.xsl +++ b/packaging/bookinfo.xsl @@ -1,12 +1,15 @@ - - + + Warning! Warning! Danger, Will Robinson! @@ -65,10 +68,11 @@ - &LEGALNOTICE-OPL; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../docs-common/common/legalnotice-opl-en.xml"/> - &LEGALNOTICE; + <xi:include + xmlns:xi="http://www.w3.org/2001/XInclude" href="../../docs-common/common/legalnotice-en.xml"/> -- cgit