How to insert "&&" to the attribute value of an xml element???
i have xml element in variable1 name of variable in system find value in way in backend:
<item visibilitycondition="{#variable1} !=12 && {#variable1} !=3">
</item>
i can't put "&&" there, gives me error in xml document @ design time.
i tried use cdata following same problem:
<item visibilitycondition="![cdata[{#variable1} !=12 && {#variable1} !=3]]">
</item>
i placed "andand" translated "&&" @ runtime, don't way.
any thoughts or helps highly appreciated.
you can find background here: http://www.xml.com/pub/a/2001/01/31/qanda.html
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment