# HG changeset patch # User cmlenz # Date 1159716635 0 # Node ID f17bde33c1a6a305ec7ed72f2eed3d3743e2e5ae # Parent 370fa02591a826b919ef503216ac61bc7971de36 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