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: Having a slash in category name

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

    Default Having a slash in category name

    I am trying to add categoried via WSI using xpath ... my issue is that one category has a slash in it. For example ... xpath=/cat/cat-1/Cats/Dogs but that is the category name Cat/Dogs ... obviously xpath thinks this is part of the path and creates it as a category of Cat with Dog below it.

    Any ideas on how to escape this?

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    If it is just few categories that have '/' on there names, you have to rename it as 'Cats&Dogs' for example, then edit that in the admin later.

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

    Default

    Ok, thats what ive been doing as ive been hitting them but wanted to check if there was a better way. Thanks!

  4. #4
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    You can also try to use the HTML ascii entity codes as a substitute for (/).