
27 May
2004
27 May
'04
12:04 p.m.
Hi, Are Gulbrandsen wrote:
I have used the xslt debugger to make an xslt stylesheet that does an XML2XML transformation. I want to convert a number of XML-documents that use a dtd to a new document structure using an XML schema.
You could achieve this currently by making a simple Ant build file which has a target to do the batch transformations. Then, in oXygen you would select Tools -> External Tools -> Preferences. Then in the preferences dialog you would fill out the fields with appropriate values and add the command to the commandline field: ant [targetName] This will show up in oXygen and you can just click it to perform the task. best, -Rob