Hi,
I have existing entities with & in it like 'Storage & Transport' . While trying to add a product to this entity through wsi, I am sending the data like
<AspDotNetStorefrontImport Verbose='true'>
<Transaction><Product Action='Add'>
<Entity EntityType='Category' XPath='Storage & Transport'/>
</Product>
</Transaction>
</AspDotNetStorefrontImport>
But since it has & in it, the xml is not well formed. I tried to use & and & but of no use. Please help me in this regard.
Thanks,
sveerapally