Joerg Heinicke wrote:

[EMAIL PROTECTED] wrote:

vgritsenko 2003/10/29 18:31:13

Modified: src/blocks/woody/java/org/apache/cocoon/woody/binding
ValueJXPathBinding.java
Log:
Oops. Remove debug statement.
Revision Changes Path
1.5 +0 -4 cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/binding/ValueJXPathBinding.java




- // FIXME: Remove
- // System.out.println("Set lenient to true (was: " + jxpc.isLenient() + ") for " + jxpc);
- jxpc.setLenient(true);
-


Was it not to much removed, esp. the line "jxpc.setLenient(true);" ??


No. This was blind set(true) for testing; Sylvain has implemented already configurable approach.

Vadim


Reply via email to