Customer Portal

invalid XML character

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello!

    Unfortunately it seems that character 29 is really not valid for xml or used xml parser. You can try for example preprocess your input file - substitute all these characters for some normal delimiter (, or ;) outside clover engine, consider using unix sed command or something like this.

    If you are java developer you can extend StringUtils.stringToSpecChar() method for your special char translation - for more information about this solution contact me directly on martin.zatopek@javlinconsulting.cz

    Martin

Please sign in to leave a comment.