# HG changeset patch # User cmlenz # Date 1159716635 0 # Node ID 4afa86e2ad83f1ad4b24f959e9574db7b975de50 # Parent b5b2a84e4b710d2f0ddd0d215a9b360035847014 Small doc fix. diff --git a/doc/xml-templates.txt b/doc/xml-templates.txt --- 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:: -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