[interchange-docs] xmldocs - racke modified glossary/ITL

docs at icdevgroup.org docs at icdevgroup.org
Fri Sep 19 22:27:06 UTC 2008


User:      racke
Date:      2008-09-19 22:27:06 GMT
Modified:  glossary ITL
Log:
rearrange parsing order section

Revision  Changes    Path
1.29                 xmldocs/glossary/ITL


rev 1.29, prev_rev 1.28
Index: ITL
===================================================================
RCS file: /var/cvs/xmldocs/glossary/ITL,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ITL	19 Sep 2008 21:17:55 -0000	1.28
+++ ITL	19 Sep 2008 22:27:06 -0000	1.29
@@ -279,28 +279,23 @@
 
 <section id="itl_parsing_order">
 <title>Parsing Order</title>
+Interchange parse content like pages, components and profiles in a few
+consecutive passes instead of once from the top to the bottom:
+
 <orderedlist><listitem><para>
-&glos-pragma;s are set from <tag>pragma</tag> in the text.
+&glos-pragma;s are set from <tag>pragma</tag> in the content.
 </para></listitem>
 <listitem><para>
-&conf-Variable;s are replaced (<code>__NAME__</code>, <code>@@NAME@@</code>, <code>@_TITLE_@</code>).
+&conf-Variable;s are replaced (<code>__NAME__</code>, <code>@@NAME@@</code>,
+<code>@_TITLE_@</code>) with their respective values.
 </para></listitem>
 <listitem><para>
 Comments enclosed by <tag>comment</tag> are removed.
 </para></listitem>
 <listitem><para>
-Tag expansion.
+Tags are expanded.
 </para></listitem>
 </orderedlist>
-
-<para>
-This parsing order applies to:
-</para>
-
-<para> 
-Interchange pages, components with <tag>component</tag>,
-files included with <tag>include</tag>.
-</para>
 </section>
 
 <section>







More information about the docs mailing list