Resolved bugs

Release date:Wednesday, June 16, 2010
C1 Version:Composite C1 1.3 (1.3.3819.17612)...
DescriptionThe XSLT Function editors 'XML preview' feature is intended for reading - data characters like & and < etc. which would normally be encoded are not encoded. This enhance the readability, but prevents you from copying the XML and use it as a valid XML document in an external tool. This is not a key feature, but it can be convenient if you want do debug / test your XSLT in an external tool.
Known work around:1. Insert this somewhere in your xslt's <body />
Code:
<!-- raw copy start -->
<xsl:copy-of select="/" />
<!-- raw copy end -->

2. Add your xslt function to a page
3. View the page source - copy the XML between the 'raw copy' start and end comments
4. Paste into a debug xml document and feed this to vs.