Hello,

Just to report that the following example in the manual :

<if test=”author != null && author.name != null”>

doesn't work because character "&" has a special meaning in XML.

Correct form should be something like 
<if test="author != null &amp;&amp; author.name != null">

which is less readable :-(. would be great if we had operators like "AND" or
"_AND_" instead which are more XML friendly.

Kind regards 
-- 
View this message in context: 
http://old.nabble.com/Small-error-in-v3-manual-%3A-conditional-%22--%22-is-not-allowed-tp26775069p26775069.html
Sent from the iBATIS - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ibatis.apache.org
For additional commands, e-mail: dev-h...@ibatis.apache.org

Reply via email to