copy entire file with xslt
-
i have this I am trying to copy the xml document line for line. But it doesnt show the elements. Just the text within them. I want an exact copy of the file. Can someone please help Nick -------------------------------------------------------- 1 line of code equals many bugs. So don't write any!! My mad coder blog
-
i have this I am trying to copy the xml document line for line. But it doesnt show the elements. Just the text within them. I want an exact copy of the file. Can someone please help Nick -------------------------------------------------------- 1 line of code equals many bugs. So don't write any!! My mad coder blog
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"><xsl:template match="/">
<xsl:copy-of select="."/>
</xsl:template>
</xsl:stylesheet>"Alot of the people on this forum are incredibly stupid, thinking that the internet is real"
Score: 1.0 in the Soap Boxled mike