Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cme-users] Serializable concerns - parsing problem?

Hello,

It seems to be a problem in the CME when restoring the
user concerns that contain queries with multiple
conditions.

This is a part of my UserConcerns.xml file.

<concern name="Test" kind="group" >
   <concern name="SomeQTest" 
intensionalPattern="call( * name(..)) && in(type
Classifier)" scope="Workspace" >
   </concern>
</concern>

Here is the error:

 [Fatal Error] :1:759: The entity name must
immediately follow the '&' in the entity reference.
The following parse error occurred at line 1:

If I remove the "&& ..." part (the second condition),
the (user) concern(s) will be loaded correctly in the
ConcernExplorer.

Thanks,
Marius

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Back to the top