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
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
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
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
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
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]
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]
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]
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