-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I wrote an ant build which transforms xml files via xslt.  The input is
driven by a database, which writes a property file and triggers ant.
While debugging my stylesheets, I have to open the property file and
copy the params manually to the transformation scenario params.

I was wondering if you could implement a feature which reads a given
property file and populates the params in the scenario?

Ant file:

<project name="test" default="test" basedir=".">
        <property name="param1" value="value1"/>
...

Stylesheet:
<xsl:stylesheet
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
        version="2.0">
        <xsl:param name="param1">value1</xsl:param>
...

Best regards,

Stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJoak56m+l2LO+BGwRAgqTAJ4sGdtcNLD2fqB6YizMiTLC/R3wRACfbLVU
RNgKLVT1BGx/F6FYy7pYgHU=
=eueQ
-----END PGP SIGNATURE-----
_______________________________________________
oXygen-user mailing list
[email protected]
http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to