Re: Embedding XSD and XSLT in App, Protocol Question
Re: Embedding XSD and XSLT in App, Protocol Question
- Subject: Re: Embedding XSD and XSLT in App, Protocol Question
- From: Scott Thompson <email@hidden>
- Date: Fri, 7 Apr 2006 15:26:55 -0500
On Apr 7, 2006, at 10:48 AM, Sherm Pendley wrote:
On Apr 6, 2006, at 11:10 PM, Rick Langschultz wrote:
I was wondering if there was an xslt engine that I could embed in
the resources folder of my app to use to process and display xml
documents located within a Document File Wrapper.
If you're targeting 10.4, it ships with libxml and libxslt already
installed. Have a look at <http://xmlsoft.org/XSLT/> for library
API docs, or you could simply use NSTask to call /usr/bin/xsltproc.
Panther ships with libxml only, and it's an older version than the
latest libxslt needs. So, if you need to support Panther, you'd
have to either find a version of libxslt that works with the built-
in libxml, or compile the latest versions of both.
I should point out that libxml and libxslt also have Cocoa
counterparts that make use of them:
<http://developer.apple.com/documentation/Cocoa/Conceptual/
NSXML_Concepts/index.html>
One limitation of the current NSXML code is that it does not do
validation against XSD. I mention this because the original post had
the XSD abreviation in it.
Scott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden