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: "Timothy J. Wood" <email@hidden>
- Date: Sat, 28 May 2005 07:51:01 -0700
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;
-tim
_______________________________________________
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