string manipulation in xml to replace \ with \\

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vdeshmu
    New Member
    • Dec 2012
    • 1

    string manipulation in xml to replace \ with \\

    im working on build.xml using apache ant... in one of the targets i am assigning a var file with the full path of .sql files present in a folder. while executing that .sql file in xml its giving me error as ""\" unexpected character" solution is I have to chage every "\" with "\" but couldnt find appropriate way to do it. please anybody have solution on this. P.S. the project is not a java project
Working...