> Adolfo, > > I keep getting [java] > javax.xml.transform.TransformerConfigurationException: > javax.xml.transform.TransformerException: > org.apache.xml.utils.WrappedRuntimeException: Could not find variable with > the name of dir. Would I need a namespace URI tacked onto it? Actually, I > tried that, but got same result.
You need a top-level parameter in your stylesheet: http://www.w3.org/TR/xslt#top-level-variables Dave
