|
Home > Archive > BizTalk Server General > January 2005 > disable-output-escaping works fine in IDE test, but not when deployed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
disable-output-escaping works fine in IDE test, but not when deployed
|
|
| ivan_jocic@msn.com 2005-01-23, 7:46 am |
| Hi guys,
I have a problem when using disable-output-escaping within XSLT call
template on BizTalk 2004.
I have a map that first calls functoid which does XML serialization so
I obtain string I wish to link to the output map. I then connected it
to the scripting functoid configured as Inline XSLT Call Template:
<xsl:template name="SendIt">
<xsl:param name="param1" />
<xsl:value-of select="$param1" disable-output-escaping="yes"/>
</xsl:template>
In IDE this works fine, and the output XML get validated and ESCAPED!
When I deploy it on the same server, it's NOT escaping output!
Any hints?
Sincerely,
Ivan Jocic
| |
| Cris M 2005-01-25, 5:50 pm |
| Did you find a solution to your problem? I am facing the same issue?
Thanks!
| |
| Ivan Jocic 2005-01-29, 7:47 am |
| I've got information (from insider) that BTS engine has not implemented
all of XSLT standard. One of it is disable-output-escaping. There seems
to be a patch for it, but still don't have it.
Ivan
|
|
|
|
|