From 8749808383b8eab87898c08507dad94f59a3ec14 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 14 Apr 2007 20:00:58 +0000 Subject: [PATCH] Add support for xlink olinks. --- xsl/html/inline.xsl | 17 +++++++++++++++ xsl/html/xref.xsl | 53 ++++++++++++++++++++++++++++++++++++++------- 2 files changed, 62 insertions(+), 8 deletions(-) diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index 6ff99e37b..6529e56e9 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -55,6 +55,17 @@ + + + + + + 1 + 0 + + + @@ -115,6 +126,12 @@ + + + + + + diff --git a/xsl/html/xref.xsl b/xsl/html/xref.xsl index cbceb169e..5af646659 100644 --- a/xsl/html/xref.xsl +++ b/xsl/html/xref.xsl @@ -16,6 +16,10 @@ ******************************************************************** --> + +http://docbook.org/xlink/role/olink + @@ -981,6 +985,8 @@ + + @@ -988,9 +994,33 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -1047,11 +1077,18 @@ - - - - - + + + + + + + + + + + + -- 2.40.0