~ is a valid xml character! Peter
On 8/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > It seems that the tilde is not a valid xml character ... > > dec : 126 > hex : 7E > html: ˜ > > > > Jan > > >-----Ursprüngliche Nachricht----- > >Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Mario Madunic > >Gesendet: Mittwoch, 22. August 2007 18:45 > >An: [email protected] > >Betreff: escaping tilde in filename extension > > > >I'm trying to move files according to extension and content > >prior to parsing and > >some files have an extension of .xml~. These files are > >duplicates of existing > >.xml files and I want to keep them for legacy purposes. I've > >been unable to move > >them using the following > > > ><move todir="${l_Drive}workFolder\archived"> > > <fileset dir="${l_Drive}workFolder\drop01"> > > <filename name="*.xml~" /> > > </fileset> > ></move> > > > >The tilde seems to be causing problems. > > > >Any help will be appreciated. > > > >Marijan (Mario) Madunic > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
