From c7605f612a1a18a993a0e2cb8d1726a8f5fb386a Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 14 Apr 2007 19:53:44 +0000 Subject: [PATCH] Add support for xlink as olink. --- xsl/fo/inline.xsl | 19 +++++++++++++++- xsl/fo/xref.xsl | 56 +++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 65 insertions(+), 10 deletions(-) diff --git a/xsl/fo/inline.xsl b/xsl/fo/inline.xsl index 959b096ba..42817128c 100644 --- a/xsl/fo/inline.xsl +++ b/xsl/fo/inline.xsl @@ -41,7 +41,7 @@ and (not($node/@xlink:type) or $node/@xlink:type='simple')"> - + @@ -54,6 +54,17 @@ + + + + + + 1 + 0 + + + @@ -87,6 +98,12 @@ + + + + + + diff --git a/xsl/fo/xref.xsl b/xsl/fo/xref.xsl index f5a56b345..87eaca031 100644 --- a/xsl/fo/xref.xsl +++ b/xsl/fo/xref.xsl @@ -16,6 +16,10 @@ ******************************************************************** --> + +http://docbook.org/xlink/role/olink + @@ -966,15 +970,42 @@ + + + - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -1038,11 +1069,18 @@ - - - - - + + + + + + + + + + + + @@ -1174,7 +1212,7 @@ - Fatal error: what is this supposed to do? + Fatal error: olink.outline template: what is this supposed to do? -- 2.40.0