[jboss-svn-commits] JBL Code SVN: r19352 - labs/jbossrules/branches/irooskov_docs/drools-docs/drools-docs-referenceguide/en/Chapter-Rule_Language.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Mar 31 21:50:49 EDT 2008
Author: irooskov at redhat.com
Date: 2008-03-31 21:50:48 -0400 (Mon, 31 Mar 2008)
New Revision: 19352
Modified:
labs/jbossrules/branches/irooskov_docs/drools-docs/drools-docs-referenceguide/en/Chapter-Rule_Language/Section-Rule.xml
Log:
vsmall change but committing so no data lost
Modified: labs/jbossrules/branches/irooskov_docs/drools-docs/drools-docs-referenceguide/en/Chapter-Rule_Language/Section-Rule.xml
===================================================================
--- labs/jbossrules/branches/irooskov_docs/drools-docs/drools-docs-referenceguide/en/Chapter-Rule_Language/Section-Rule.xml 2008-04-01 00:55:17 UTC (rev 19351)
+++ labs/jbossrules/branches/irooskov_docs/drools-docs/drools-docs-referenceguide/en/Chapter-Rule_Language/Section-Rule.xml 2008-04-01 01:50:48 UTC (rev 19352)
@@ -274,13 +274,18 @@
</example>
<para>Conditional elements work on one or more Patterns (which are
- described bellow). The most common one is "and" which is implicit when you
+ described bellow). The most common one is <emphasis>and</emphasis> which is implicit when you
have multiple Patterns in the LHS of a rule that are not connected in
- anyway. Note that an 'and' cannot have a leading declaration binding like
- 'or' - this is obvious when you think about it. A declaration can only
- reference a single Fact, when the 'and' is satisfied it matches more than
- one fact - which fact would the declaration bind to?</para>
+ anyway. </para>
+<note>
+<para>
+ An <emphasis>and</emphasis> cannot have a leading declaration binding like
+ <emphasis>or</emphasis>. A declaration can only
+ reference a single Fact, when the <emphasis>and</emphasis> is satisfied it matches more than
+ one fact.</para>
+</note>
+
<section>
<title>Pattern</title>
More information about the jboss-svn-commits
mailing list