Background: I am running a servlet under Tomcat. The servlet is a "wrapper" for Xalan-J that transforms a given XML/XSL combo.
I have been successful in getting super basic Java calls working in my XSLs (such as string.toUpperCase or InetAddress.getLocalName).
My current need is for the XSL to be able to know the complete URL of what called it. For example, I want something like
or that I can store into a variable.
I have been successful in getting super basic Java calls working in my XSLs (such as string.toUpperCase or InetAddress.getLocalName).
My current need is for the XSL to be able to know the complete URL of what called it. For example, I want something like
or that I can store into a variable.