From c450df6716b5a3bb19470cfb41ab3b192251243b Mon Sep 17 00:00:00 2001 From: Michael Leupold Date: Sat, 25 Sep 2010 22:20:16 +0200 Subject: Allow docbook inside tp:docstring. This is useful for examples, eg.: This is the method TestMethod. Example for TestMethod --- secret-service/tools/spec-to-docbook.xsl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'secret-service') diff --git a/secret-service/tools/spec-to-docbook.xsl b/secret-service/tools/spec-to-docbook.xsl index d320d61..14d5b24 100644 --- a/secret-service/tools/spec-to-docbook.xsl +++ b/secret-service/tools/spec-to-docbook.xsl @@ -4,6 +4,7 @@ xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:docbook="http://docbook.org/ns/docbook" exclude-result-prefixes="tp html">