Re: XML and XSLT
Re: XML and XSLT
- Subject: Re: XML and XSLT
- From: Andy Satori <email@hidden>
- Date: Wed, 7 Jan 2004 19:19:47 -0500
libXML is shipped in Panther, and is the foundation of NSXMLParser.
libXSLT is NOT shipped with Panther, but does compile without any major
hassles. There is prebuilt libXML and libXSLT Framework available from
the
http://xmlsoft.org/ website. The api is pure C. I'm working on a
framework that incorporates both of these into a Cocoa / Objective C
class as the basis for my XML Editor project that I'm working on, so I
am building the libs myself.
Usage is pretty straightforward.
I've also used libXSL with xsltproc from the command line as well.
This is the foundation of my ObjectWizard and CollectionWizard applets.
Both generate their output files via XML schemas passed to templates
to output the target format (C#, Java, C++ or Objective C).
Andy
On Jan 7, 2004, at 5:08 PM, 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.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.
References: | |
| >XML and XSLT (From: George Bridgeman <email@hidden>) |