Re: XML and XSLT
Re: XML and XSLT
- Subject: Re: XML and XSLT
- From: George Bridgeman <email@hidden>
- Date: Thu, 8 Jan 2004 00:01:03 +0000
Thanks for the reply.
I figured out the build problem with TestXSLT. I had a space in the
name of the folder it was in. Some of the shell scripts in the build
didn't like this very much and gave up. I changed the space to an
underscore and it worked fine (albeit with > 1200 warnings!).
I'll have a scurry around Google for a libxslt project in Cocoa and see
what I can find.
Thanks again.
George.
On 7 Jan 2004, at 23:53, Jonathan Wight wrote:
I've used libxslt (one of the several engines that TestXSLT supports)
in a Cocoa project before.
Go here and grab a copy of libxslt: http://xmlsoft.org/XSLT/
It should compile fine on OSX using the typical "./configure; make;
sudo make install" shuffle - IIRC it also needs libxml and possibly
libiconv (although that is included with OSX) - but as I recall
getting all this compiled was relatively easy. If you prefer (I for
one don't) you can also get these libraries via fink (fink.sf.net).
It took me a little while to figure out how to interface libxslt into
my code but it wasn't particularly rocket science.
Unfortunately I dont have the project to hand otherwise I'd send it to
you.
Hope this helps a little.
Jon.
BTW TestXSLT works fine for me on Panther - it's a great program and
recommend it to anyone looking to learn about XSLT.
On Jan 07, 2004, at 16:08, George Bridgeman wrote:
Hi people,
Does anyone know of any way to use XSLT in a Cocoa project? I've
found a project on www.entropy.ch called TestXSLT but can't seem to
get it to compile. Does anyone know of any other project that does
this? Or has anyone had experience with TestXSLT?
I'm using XCode on Panther, and I don't know if TestXSLT works on
Panther or not.
Thanks in advance,
George.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.