ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error
|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: API for extension functions (was HTML forms with XSLT sl
Kay Michael wrote:
>
> > > - how to provide context information (this has been my main reservation
> in
> > > adopting xt's style of interface: it's fine for "pure"
> > functions but doesn't
> > > extend easily to functions that use context, e.g. the
> > current node or the system id of the containing stylesheet node.
> >
> > Why can't you extend it by defining an interface along the lines of:
> >
> > interface XPathContext {
> > Node getCurrentNode();
> > String getStylesheetSystemId();
> > ...
> > }
> >
> > ?
> >
> > Then if the first argument of the Java function is of type
> > XPathContext,
> > the XSLT processor will automatically pass the Java function an
> > additional argument of type XPathContext representing the current
> > context.
> >
> That's certainly one possibility. Another (the one I was planning) is to say
> that if the class containing the extension function implements Contextual,
> then the method setContext(XPathContext) will be called before the function
> itself is called.
That might be OK in a single-threaded environment, but doesn't seem a
good solution in a multi-threaded environment. It also seems
unsatisfactory for static methods.
Another issue is providing access to information defined by non-XSL
top-level elements (eg an extension function that used top-level
elements in a similar way to format-number() or key()).
James
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








