Fixed Docgen error
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/e945c115 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/e945c115 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/e945c115 Branch: refs/heads/2.3 Commit: e945c1151c4815b8ef3bad82420545ccc917d08b Parents: 24d7ecd Author: ddekany <[email protected]> Authored: Wed Oct 4 20:41:14 2017 +0200 Committer: ddekany <[email protected]> Committed: Wed Oct 4 20:41:14 2017 +0200 ---------------------------------------------------------------------- src/manual/en_US/book.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/e945c115/src/manual/en_US/book.xml ---------------------------------------------------------------------- diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index 5e29074..8efdf13 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -24616,10 +24616,10 @@ Test Book</programlisting> of node built-ins</link>.</para> </section> - <section> + <section xml:id="xgui_imperative_learn_xpath"> <title>Using XPath expressions</title> - <note xml:id="topic.xpathSupportDependencies"> + <note> <para>XPath expressions work only if <link xlink:href="http://xml.apache.org/xalan/">Apache Xalan</link> or <link xlink:href="http://jaxen.org/">Jaxen</link> (at least 1.1) @@ -27235,7 +27235,7 @@ TemplateModel x = env.getVariable("x"); // get variable x</programlisting> FreeMarker can't use the XPath support included in Open JDK 9, and so templates that try to use XPath expressions (like <literal>doc['//foo']</literal>) will still fail, <link - linkend="topic.xpathSupportDependencies">unless 3rd party XPath + linkend="xgui_imperative_learn_xpath">unless 3rd party XPath support is present</link>.</para> </listitem>
