The challenge was, that I formerly used the ANT XSLT task.
There I put saxon on the classpath.
As long as xalan is not on the classpath it works.
As soon as Xalan is on the classpath Ant takes probably xalan and not saxon.
Probably xalan is more in front in the classpath?? 

But I do not Know enough about the whole xsl stuff...


-----Ursprüngliche Nachricht-----
Von: Martin Gainty [mailto:mgai...@hotmail.com] 
Gesendet: Donnerstag, 8. Oktober 2009 16:53
An: Ant Users List
Betreff: RE: AW: Xalan hinders saxon: converting property values


i *thought*
SAX is for event based XML parsing
XALAN parses the entire DOM document

in theory they are complimentary technologies but there exist situations where 
a SAXSource is transformed to a DOMResult 
http://www.cafeconleche.org/books/xmljava/chapters/ch09s11.html

http://xml.apache.org/xalan-j/
?
*gruss*
Martin
______________________________________________
Verzicht und Vertraulichkeitanmerkung
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.






> Subject: AW: Xalan hinders saxon: converting property values
> Date: Thu, 8 Oct 2009 16:34:59 +0200
> From: juergen.knuple...@icongmbh.de
> To: user@ant.apache.org
> 
> Thanks, I had a look at that, but did not figure out, that it works with 
> properties.
> 
> I wrote an AntTask that does the job, which was not necessary....
> 
> I think now the stuff is working...
> 
> Greetings Juergen
> 
> 
> -- 
> Jürgen Knuplesch                    www.icongmbh.de
> icon Systemhaus GmbH                Tel. +49 711 806098-275
> Sophienstraße 40                    
> D-70178 Stuttgart                   Fax. +49 711 806098-299
> 
> Geschäftsführer: Uwe Seltmann
> HRB Stuttgart 17655
> USt-IdNr.: DE 811944121
> -----Ursprüngliche Nachricht-----
> Von: Stefan Bodewig [mailto:bode...@apache.org]
> Gesendet: Donnerstag, 8. Oktober 2009 13:14
> An: user@ant.apache.org
> Betreff: Re: Xalan hinders saxon: converting property values
> 
> On 2009-10-08, Knuplesch, Juergen <juergen.knuple...@icongmbh.de> wrote:
> 
> > Is there a way to convert in a property all "\" to "/" ?
> 
> <pathconvert dirsep="/" property="converted.property">
>   <path location="original.property"/> </pathconvert>
> 
> should work.
> 
> Stefan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional 
> commands, e-mail: user-h...@ant.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional 
> commands, e-mail: user-h...@ant.apache.org
> 
                                          
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
http://clk.atdmt.com/GBL/go/171222984/direct/01/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to