Hi,
> Exciting stuff for an old xslt head like myself.
Yeap, XST is still the best option in a lot of situations.
> Just wondering, if the xpl
> file is at /apps/xproc/xproc.xpl, what tells sling that it should resolve
> the .html extension in this example to the script?
> I would have guessed /apps/xproc/sling/servlet/default/html.xpl ..
Because of resource type is "xproc", you have:
/apps
+-- xproc [resource type in our case]
-- xproc.xpl [xpl -> script manager is XProc & xproc -> is
not an extesion, so relies on default, i.e. "html"]
Hope this helps,
Juanjo.