Subject:Subsitute of transverse Author:shivan mahajan Date:18 Oct 2005 04:18 PM
hi,
Is there anything else i can use instead of transverse. Because the command fails when i try to replace this character"" . But if i try to find this character. It finds it. So i am thinking of using something else to find this character. As i think transverse is unable to find this character.
Suggestions will be helpful
thanks
shivan
Subject:Subsitute of transverse Author:shivan mahajan Date:18 Oct 2005 05:34 PM
I am getting this invalid character in the xml daily feed. This process is in production and is automatic. But when ever there is a strange character. It fails. So i am looking to find a way to replace this strange character by a space. I know xml cannot understand that. But if i do find and replace in the xml spy. It does understand. So i am just trying to find a way. Because i cannot manually do this everytime.
suggestions will be helpful.
thanks
shivan
Subject:Subsitute of transverse Author:Minollo I. Date:18 Oct 2005 05:52 PM
Also the Stylus Studio XML Editor allows you to manually replace the wrong character (Ctrl+h, click "Regular Expression", look for \x15 and replace it with the character string you prefer).
As long as automated processes go for replacing the 0x15 character, almost anything would do, from Perl to Java, from C++ to Prolog...
public static void main(String[] args) {
try{
if (args.length != 3){
System.out.println("Please provide the file names for input file, output file and translation file");
}else{