to be able to use "special" charaters like ">" or "&" you might need to use the XML escape characters for those...
like "&" --> &
">" --> >
not sure what ":" would be.... if it has any...







System.Windows.Forms.MessageBox.Show(path); "The type or namespace name 'Windows' does not exist in the namespace 'System' (are you missing an assembly reference?)"
<xsl:template match="//Elements">
<xsl:copy>
<TextElementHidden Name="Debug">
<xsl:attribute name="Text">
<xsl:value-of select="string(CALL_YOUR_FUNCTION_FROM_HERE)"/>
</xsl:attribute>
</TextElementHidden>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>

Buhric wrote:here's an other way to do what you are seeking... a bit more "complicated" but has the same results...

Users browsing this forum: No registered users and 0 guests