RE: cygwinized XSL processor? (or sed for path transform?)

2003-03-12 Thread Al Slater
Hi http://sourceforge.net/project/showfiles.php?group_id=29872 ) and Xalan (from http://xml.apache.org/xalan-j/ There is a C++ Xalan (xalan-c) available from http://xml.apache.org/xalan-c/index.html I don't know if it builds OOTB on cygwin though. regards Al Slater -- Unsubscribe

Re: cygwinized XSL processor? (or sed for path transform?)

2003-03-12 Thread Tom Roche
On Tue, 11 Mar 2003, Tom Roche wrote: my script does a lot of path translations like cygpath=/g/eclipse/builds/foo winpath=g:\\eclipse\\builds\\foo and it doesn't iterate over the paths. (Not a big deal, but it offends my software aesthetics :-) Igor Pechtchanski Tue, 11 Mar 2003 17:57:49

Re: cygwinized XSL processor? (or sed for path transform?)

2003-03-11 Thread Marcel Telka
Napsan da 2003.03.11 23:18, (autor: Tom Roche): Is there a cygwinized XSL processor? What I mean, why I ask: Occasionally I need to strip cruft out of a bunch (~1k) of xml files. Since they're distributed throughout a filesystem, and some additional processing is required, I use a bash

Re: cygwinized XSL processor? (or sed for path transform?)

2003-03-11 Thread Frank Schmitt
Tom Roche [EMAIL PROTECTED] writes: ). Instant Saxon is native windows, which is nice for this application, except that it chokes on the cygwin paths emitted by my script. Use the cygpath utility, it can transform Cygwin paths to Windows and vice versa. -- One Ring to rule them all, One

Re: cygwinized XSL processor? (or sed for path transform?)

2003-03-11 Thread Igor Pechtchanski
On Tue, 11 Mar 2003, Tom Roche wrote: [snip] As a result, my script does a lot of path translations like cygpath=/g/eclipse/builds/20030311_1000-WB210-AD-V51D-W2/eclipse/plugins winpath=g:\\eclipse\\builds\\20030311_1000-WB210-AD-V51D-W2\\eclipse\\plugins and it doesn't iterate over the