Hi,
I have got the following filter rule defined:
Code:
<filter name="theFilterArchive" condition="(calendarTimeStamp < :theTimestamp)"></filter>
But I am getting the following error message:
Code:
Caused by: org.dom4j.DocumentException: Error on line 30 of document : The value of attribute "condition" associated with an element type "filter" must not contain the '<' character. Nested exception: The value of attribute "condition" associated with an element type "filter" must not contain the '<' character.
So I think I have to escape the "<" Character, but how could this be done?
Thanks
Lukas