Re: NSXML and embedded paths in an XSTL document
Re: NSXML and embedded paths in an XSTL document
- Subject: Re: NSXML and embedded paths in an XSTL document
- From: Scott Thompson <email@hidden>
- Date: Sat, 28 May 2005 10:05:40 -0500
On May 28, 2005, at 9:51 AM, Timothy J. Wood wrote:
On May 27, 2005, at 11:34 AM, Scott Thompson wrote:
We have an XSLT document that references another document via an
import directive:
<xsl:import href="GetTopicTitle.xsl" />
It would appear that the system is unable to resolve this
hyperlink because it doesn't know to look in the same directory as
the host XSL document. Is there some way to tell the system what
prefix to add to under-qualified references it may find in the XSLT?
did you try this method?
- (id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:
(NSDictionary *)argument error:(NSError **)error;
I did indeed. This is precisely the routine we called. The problem
is that the href inside the XSLT (specified by xsltURL) is not
resolved automatically by the system.
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