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

Reply via email to