[dna-commits] DNA SVN: r1582 - trunk/docs/reference/src/main/docbook/en-US/content/jcr.
dna-commits at lists.jboss.org
dna-commits at lists.jboss.org
Sun Jan 10 02:36:05 EST 2010
Author: rhauch
Date: 2010-01-10 02:36:05 -0500 (Sun, 10 Jan 2010)
New Revision: 1582
Modified:
trunk/docs/reference/src/main/docbook/en-US/content/jcr/jcr.xml
trunk/docs/reference/src/main/docbook/en-US/content/jcr/query_and_search.xml
Log:
DNA-621 More minor edits to the Reference Guide.
Modified: trunk/docs/reference/src/main/docbook/en-US/content/jcr/jcr.xml
===================================================================
--- trunk/docs/reference/src/main/docbook/en-US/content/jcr/jcr.xml 2010-01-10 07:23:33 UTC (rev 1581)
+++ trunk/docs/reference/src/main/docbook/en-US/content/jcr/jcr.xml 2010-01-10 07:36:05 UTC (rev 1582)
@@ -201,11 +201,11 @@
<ulink url="&Roadmap;">current list of known issues and bugs</ulink>.</emphasis>
</para>
<sect2>
- <title>L1 and L2 Features</title>
+ <title>Level 1 and Level 2 (Required) Features</title>
<para>
JBoss DNA currently supports all Level 1 features and most of the Level 2 features defined by the
<ulink url="&JSR170;">JSR-170</ulink> specification.
- This release adds support for queries, which is described in more detail in <link linkend="jcr-query-and-search">later</link>.
+ This release adds support for queries, which is described in more detail in the <link linkend="jcr-query-and-search">next chapter</link>.
However, referential integrity for <code>REFERENCE</code> properties, a Level 2 feature, is not yet implemented.
As the current implementation does provide many of the features that may be needed by an application, we really hope
that this release will allow you to give us some feedback on what we have so far.
Modified: trunk/docs/reference/src/main/docbook/en-US/content/jcr/query_and_search.xml
===================================================================
--- trunk/docs/reference/src/main/docbook/en-US/content/jcr/query_and_search.xml 2010-01-10 07:23:33 UTC (rev 1581)
+++ trunk/docs/reference/src/main/docbook/en-US/content/jcr/query_and_search.xml 2010-01-10 07:36:05 UTC (rev 1582)
@@ -557,7 +557,8 @@
The grammar is presented using the same EBNF nomenclature as used in the JCR 2.0 specification.
Terms are surrounded by '[' and ']' denote optional terms that appear zero or one times.
Terms surrounded by '{' and '}' denote terms that appear zero or more times.
- Parentheses are used to identify groups, and are often used to surround possible values.
+ Parentheses are used to identify groups, and are often used to surround possible values.
+ Literals (or keywords) are denoted by single-quotes.
</para>
</note>
<sect2>
More information about the dna-commits
mailing list