In the expression:
<xsl:variable name="msg_lib" select="document($msg_lib_name)"/>
$msg_lib_name is assumed to be in the same directory as the binary doing the transformation. Is this behaviour modifiable (i.e., pull from the same directory as the XSL file, or relative to it), or should we always specify the full path?
-- Nick
