Skip navigation.
 
mlRe: XSLT
FROM : Knud Möller
DATE : Wed Apr 13 20:46:20 2005

Hi Tom,

you could just use one of the many free XSLT implementations out there.
E.g., you could try libxslt:

http://xmlsoft.org/XSLT

libxslt uses C, so it shouldn't be any problem to use it from within
your Cocoa project. There are binaries for OSX available, which should
make installation easy:

http://www.zveno.com/open_source/libxml2xslt.html

I havn't used libxslt yet, but plan to do so soon. Hope that helps.

Cheers,
Knud

> Hi,
>    Just wondering if anyone knew of an easy way to call an XSLT
> transform from cocoa, I'd basically like to output my own generic xml
> file containing data and then allow users to "export" web pages of
> different styles using different XSLT transforms on it.
>
> Thanks
>
> Tom Davie


-------------------------------------------------
Knud Möller, MA
+353 - 91 - 512624
Digital Enterprise Research Institute
  National University of Ireland, Galway
Institiúid Taighde na Fiontraíochta Digití
  Ollscoil na hÉireann, Gaillimh

Related mailsAuthorDate
mlXSLT Thomas Davie Apr 13, 19:47
mlRe: XSLT Knud Möller Apr 13, 20:46
mlRe: XSLT R. Scott Thompson Apr 14, 07:43