Hi,
I'm trying to write a control that renders XML with some XSL to generate the HTML that the user will eventually see. I've created an XSLT extension in order to do some of the processing from which I want to access properties of the EPiServer page currently being rendered.
From within the XSL extension code I don't have access to the PageBase (i.e. through Control.Page). So, I'm wondering is there some static field somewhere that will allow me to access the PageBase object (and in turn the CurrentPage)?
Regards,
Andy