Dave Blake wrote:
Well, I'm constructing a URL in XSL - hence not in Java - I guess I could use the support in Xalan to call any Java method, but this isn't a great solution. Secondly, although the params I'm pulling in from the XML file are XML-escaped, they are not URL encoded, so this does cause a problem when forming URLs using them.
Aaaah, now it all makes sense. You should address these questions to a more suitable forum like the XSL-List.. The archives are extremely helpful
An XSLT template for that is at http://skew.org/xml/stylesheets/url-encode/ Cheers, Manos
