lenya/src/webapp/lenya/pubs/default/xslt xhtml-live.xsl,NONE,1.1

Christian Egli <[email protected]> Wed, 14 May 2003 15:23:51 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/webapp/lenya/pubs/default/xslt
In directory erbium:/tmp/cvs-serv24595

Added Files:
	xhtml-live.xsl 
Log Message:
Added stylesheet for xhtml in the live area.


--- NEW FILE: xhtml-live.xsl ---
<?xml version="1.0" encoding="ISO-8859-1"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:include href="../../../xslt/menu/live-root.xsl"/>

<xsl:template match="cmsbody">
  <xsl:copy-of select="*"/>
</xsl:template>

</xsl:stylesheet>