RE: Réf. : XSL transform in Maven?

2003-11-07 Thread Neil Blue
OK I have this working now.



${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')}
  

using xml-apis 2.0.2
xalan 2.5.1
xerces 2.4.0

the trasformation I am using is from jase, and it requires a layout class 
org.jase.DiagLayout. Is there a way to put this on the classpath through maven?

Neil

-Original Message-
From: Neil Blue 
Sent: 07 November 2003 17:12
To: Maven Users List
Subject: RE: Réf. : XSL transform in Maven?


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')}



but I get the error:

${systemScope.setProperty('java.xml.transform.TransformerFactory', 
   'org.apache.xalan.xsltc.trax.TransformerFactoryImpl')}



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]


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



RE: Réf. : XSL transform in Maven?

2003-11-07 Thread Neil Blue
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')}



but I get the error:

${systemScope.setProperty('java.xml.transform.TransformerFactory', 
   'org.apache.xalan.xsltc.trax.TransformerFactoryImpl')}



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]



Réf. : XSL transform in Maven?

2003-11-07 Thread Nicolas . CHALUMEAU
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]