Thank you that has got me started. The ant style target needs a trax processor, do you 
know what one should be used?

Here is what I am using:

${systemScope.setProperty('java.xml.transform.TransformerFactory', 
   'org.apache.xalan.xsltc.trax.TransformerFactoryImpl')}
<echo message="${java.xml.transform.TransformerFactory}"/>
<style 
in="simple.xml"
out="${maven.docs.dest}/simple.out.xml"
style="src/xsl/dia.xsl"
classpathref="maven.dependency.classpath"
processor="trax"/>

but I get the error:

${systemScope.setProperty('java.xml.transform.TransformerFactory', 
   'org.apache.xalan.xsltc.trax.TransformerFactoryImpl')}
<echo message="${java.xml.transform.TransformerFactory}"/>
<style 
in="simple.xml"
out="${maven.docs.dest}/simple.out.xml"
style="src/xsl/dia.xsl"
classpathref="maven.dependency.classpath"
processor="trax"/>

Neil

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 07 November 2003 16:16
To: Maven Users List
Subject: Réf. : XSL transform in Maven?


Take a look at :
http://nagoya.apache.org/eyebrowse/ReadMsg?listId=149&msgNo=3359
It may help.

Nicolas






"Neil Blue" <[EMAIL PROTECTED]>
07/11/2003 16:45
Veuillez répondre à "Maven Users List"

 
        Pour :  <[EMAIL PROTECTED]>
        cc : 
        Objet : XSL transform in Maven?


Hello,

I have an XML file that I would like to transform with an XSL file that I 
have. I can't seem to find a way to do this in Maven. Please can someone 
point me in the right direction.

Thanks
Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to