Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tigerstripe-dev] Should XML be escaped?

Hi Yuri,
 
I have a multiline string property in an annotation. I noticed that when I save it it doesn't look like it gets completely XML encoded..
 
<content xsi:type="org.eclipse.tigerstripe.annotation.ocl:OclConstraint" description="lets see" constraint="context here&#xD;&#xA;inv: here>there"/>

Note the 'here>there',. This doesn't look right. Am I missing something?

Steve


Back to the top