xsl-list
[Top] [All Lists]

Re: [xsl] XSLT processor for Mac OS X

2008-03-22 02:12:19
"Aaron" == Aaron Gray <angray(_at_)beeb(_dot_)net> writes:

    Aaron> Okay, its for PPC, thats great.

So you can download it starting at http://gestalt.sourceforge.net and
follow the links.

    Aaron> Also it would be good if it had a graphical frontend
    >> 
    >> To do what?

    Aaron> So my father does not have to use command line. There maybe
    Aaron> a way to use Aplple script or simular to do a graphical
    Aaron> interface, for choosing files and destination directories,
    Aaron> etc.

There may be. I have never used a Mac, and have no idea what Apple
script looks like.

But if you were to spec. such an interface, it would be fairly easy to
write.

    Aaron> and ideally able to batch process.
    >> 
    >> I'm not sure what you mean by that in the context of XSLT.

    Aaron> To allow groups of files to be translated.

That functionality is available via shell scripts (you can just write
a script that repeatedly invokes the processor) - but you could also
make it part of the spec for a graphical interface.

But this can be done within a transformation using collection and 
xsl:result-document.
-- 
Colin Adams
Preston Lancashire

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--