Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Mapping products to entities which have &

  1. #1
    sveerapally is offline Junior Member
    Join Date
    Jul 2009
    Posts
    20

    Default Mapping products to entities which have &

    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 &amp; and &#38; but of no use. Please help me in this regard.

    Thanks,
    sveerapally

  2. #2
    Dusty is offline Member
    Join Date
    Jun 2009
    Posts
    176

    Default

    Using Storage &amp; Transport should resolve correctly, in what way is this failing?

    Dusty
    ASPDotNetStorefront Staff

  3. #3
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    I can confirm what Dusty says ... I used WSI for all my products, many have & and I encoded them to &amp; and was able to upload with no issues.

  4. #4
    sveerapally is offline Junior Member
    Join Date
    Jul 2009
    Posts
    20

    Default

    Hi,
    I tried and it was working fine now. I couldn't understand the reason as it didn't work earlier , may be i would have done some mistake in syntax

    Thanks,
    sveerapally