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

"Gregor J. Rothfuss" <[email protected]> Mon, 12 May 2003 13:46:41 +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-serv17161/src/webapp/lenya/pubs/default/xslt

Added Files:
	simple-authoring.xsl simple-live.xsl xhtml-authoring.xsl 
Log Message:
support for more doctypes in the default publication

--- NEW FILE: simple-authoring.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/root.xsl"/>

<xsl:import href="page2xhtml.xsl"/>

</xsl:stylesheet>

--- NEW FILE: simple-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:import href="page2xhtml.xsl"/>

</xsl:stylesheet>

--- NEW FILE: xhtml-authoring.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/root.xsl"/>

<xsl:import href="xhtml2xhtml.xsl"/>

</xsl:stylesheet>