diff doc/xml-templates.txt @ 284:65a46e008098 stable-0.3.x

Ported [338], [343] and [345:349/trunk] to 0.3.x stable branch.
author cmlenz
date Thu, 12 Oct 2006 12:40:43 +0000
parents fa07ab5a7e53
children 6951db75824e
line wrap: on
line diff
--- a/doc/xml-templates.txt
+++ b/doc/xml-templates.txt
@@ -565,12 +565,14 @@
 By default, an error will be raised if an included file is not found. If that's
 not what you want, you can specify fallback content that should be used if the
 include fails. For example, to to make the include above fail silently, you'd
-write:
+write::
 
   <xi:include href="base.html"><xi:fallback /></xi:include>
 
-See the XInclude_ for more about fallback content. Note though that Genshi
-currently only supports a small subset of XInclude.
+See the `XInclude specification`_ for more about fallback content. Note though 
+that Genshi currently only supports a small subset of XInclude.
+
+.. _`xinclude specification`: http://www.w3.org/TR/xinclude/
 
 Incudes in Genshi are fully dynamic: Just like normal attributes, the `href`
 attribute accepts expressions_, and directives_ can be used on the
Copyright (C) 2012-2017 Edgewall Software