Code:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:my="http://myDomain.com">
<my:data>
<child attribute="value"/>
</my:data>
<xsl:template match="/">
<xsl:copy-of select="document('')/*/my:data"/>
</xsl:template>
</xsl:stylesheet>
If that's not what you need I suggest your detail your requirements more clearly.
--
Joe (
Microsoft MVP - XML)