I would like to make a tansformation of an XML file to another XML with XSLT.
My example don't work why ?
=xmllib->XSLT( "<RAE><vmaj>0</vmaj><vmin>0</vmin></RAE>","<?xml version=""1.0"" encoding=""UTF-8""?>"
+"<xsl:stylesheet xmlns:xsl="" version=""1.0"">"
+"<xsl:template match='node()'><xsl:copy> <xsl:apply-templates select=""node()|@*""/> </xsl:copy></xsl:template>"
)
Thank
My example don't work why ?
=xmllib->XSLT( "<RAE><vmaj>0</vmaj><vmin>0</vmin></RAE>","<?xml version=""1.0"" encoding=""UTF-8""?>"
+"<xsl:stylesheet xmlns:xsl="" version=""1.0"">"
+"<xsl:template match='node()'><xsl:copy> <xsl:apply-templates select=""node()|@*""/> </xsl:copy></xsl:template>"
)
Thank