Using mapper to change file names

2006-05-23 Thread CLAVIER Remi RD-CORE-LAN
I nedd to rename files with the ' character to be able to be used in a xml file. I suppose that the good way is to use the move target with a regexp mapper, but I cant find how to exactly use it (I'm not a regexp man...) Eg My'file'given in input.xmk --> My_file_given in input.xmk Help will be

RE: Intermittent problem with input task

2005-12-21 Thread CLAVIER Remi RD-CORE-LAN
Another Question about the same topic. When i send the command connect aaa/port_9 -and aaa/port_8 >From a tcl console, the returned objects for aaa/port_9 and aaa/port_0 are >Port classed. It's a idea to return the object with the subclass (BPDUPort) and so to access to the subclassed connectTo

RE: problem:

2005-06-29 Thread CLAVIER Remi RD-CORE-LAN
Regarding the manual for xmlcatalog, I don't find any information about the use of "SYSTEM" DOCTYPE. 1) It's possible or not to use XML cataloge with a "SYSTEM" DOCTYPE? 2) How to to do Thanks -Message d'origine- De : Keith Hatton [mailto:[EMAIL PROTECTED] Envoyé : mercredi 29 juin 2

RE: problem:

2005-06-29 Thread CLAVIER Remi RD-CORE-LAN
A suggestion... Try to put the DTD in the 'base' directory (where your build.xml exists...). It seems me that all 'relative' path are relative from this point. If needed, add some lines to copy your DTD at the right place befor to use xmltask and to delete it when it's no more needed... -Me

RE: Ant for non-java development

2005-06-06 Thread CLAVIER Remi RD-CORE-LAN
I use ant to automatize the analyse of Request For Proposal (Call for tender). I use no specific java topics but only xslt transform, specific tools (exec,...)Ant allows an automatisation, securisation and optimisation of the process. Result is very usefull... -Message d'origine- De

Using catalog

2005-05-23 Thread CLAVIER Remi RD-CORE-LAN
It's possible to use catalog (XSLT task) vor doctype SyStem (and not PUBLIC) ? If yes, how to do it ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using catalog

2005-05-23 Thread CLAVIER Remi RD-CORE-LAN
It's possible to use catalog (XSLT task) vor doctype SyStem (and not PUBLIC) ? If yes, how to do it ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Xslt task and DOCTYPE

2005-05-02 Thread CLAVIER Remi RD-CORE-LAN
How to force an XSLT transformation To ignore a DTD declared inside the input XML file ? Thank's for HELP - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Pb with uptodate and files with spaces

2005-03-18 Thread CLAVIER Remi RD-CORE-LAN
I've some problems using uptodate when with srcfiles where one or more of the files pointed by the srcfiles are spaces in the name. In this case, files are note tacking into account for the decision. It's seems me a normal behaviour because srcfiles in like a file list and space is a separator in t