AW: rendering to XML in strutscx

Joris Schmidl <[email protected]> Thu, 16 Mar 2006 18:44:05 +0100
Newsgroups gmane.comp.java.strutscx.user
Message-ID <[email protected]>
Hi Dudley,

probably that is what you need.
(the issue in third line)

-------------

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.1" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes" encoding="ISO-8859-1" />
   
<!-- simply copy the CXOutput or apply anything you want-->
    <xsl:template match="/">
        <xsl:copy-of select="."  />
    </xsl:template>

</xsl:stylesheet>

-------------

Cheers, Dude


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642