I've got a rather messy XML file and a complex XSLT. The XML file describes several folders and the documents they contain. Unfortunately, I cannot include the document's language directly in the XML, ...
Due to my situation, my XSL file has this one string variable, v1, that has a character I need to replace, and use the resulting string variable, v2, somewhere else in the XSL page.<P>However, to my ...