You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/10/04 18:41:20 UTC

incubator-freemarker git commit: Fixed Docgen error

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae 24d7ecd8a -> e945c1151


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-gae
Commit: e945c1151c4815b8ef3bad82420545ccc917d08b
Parents: 24d7ecd
Author: ddekany <dd...@apache.org>
Authored: Wed Oct 4 20:41:14 2017 +0200
Committer: ddekany <dd...@apache.org>
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>