[xsl] Ant XSLT processing

Subject: [xsl] Ant XSLT processing
From: "dvint@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Feb 2024 17:20:48 -0000
I'm trying to use oXygen's environment to run a conversion effort that will be applied several hundred times to different bundles of DITA content.

oXygen has a transform process that ties into their projects and environments. At is the only "programming" language supported to do this.

I've got the framework of this process working but I'm getting an odd error when from Ant, I use the <xslt> task to process the dita content. I have this:

<xslt
basedir="/Users/danvint/pubsrc/_src-data-files/asciidoc-processing/Ixia-Source/dita-files/formatsampleX/dita/out/dita/"
			in="/Users/danvint/pubsrc/_src-data-files/asciidoc-processing/Ixia-Source/dita-files/formatsampleX/dita/out/dita/mrc1659720632866.ditamap"
			style="/Users/danvint/pubsrc/dita2asciidoc/normal-map2asciidoc.xsl"
			destdir="/Users/danvint/pubsrc/_src-data-files/asciidoc-processing/Ixia-Source/dita-files/dummy">

</xslt>

Current Thread