Pauly,
From the error, it looks like your code is passing an invalid file name to the parser. Somehow this text is getting garbled in your file name:
<?xml>
<xsl:stylesheet>
<xsl:template>
<xsl:apply-templates>
</xsl:template>
</xsl:stylesheet>"
However, my question to you is: why are you using XSL transformation instead of using the built-in MAPping features of the webMethods Developer?
We used to do all of our transformations with XSL prior to webMethods, but now that we’ve been introduced to the mapping functionality of Developer, we’ll never go back.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services