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