I have a website which uses mod-xslt2 to render. I notice that yaslt
extensions allow one to access some of the environment variables. I'd like to
use the HTTP Basic Auth username in my XSLT to restrict what gets displayed.
Is this possible using yaslt? or through some other means?
I've tried value-of with $REMOTE_USER and various things with $HEADER, but
with no success.