vgritsenko 02/01/21 17:24:24 Modified: src/webapp/stylesheets/news news.xsl Log: iSyndicate has gone. Revision Changes Path 1.2 +0 -9 xml-cocoon2/src/webapp/stylesheets/news/news.xsl Index: news.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/news/news.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- news.xsl 3 Jan 2002 12:31:46 -0000 1.1 +++ news.xsl 22 Jan 2002 01:24:24 -0000 1.2 @@ -1,7 +1,6 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns1="http://foo.bar.com/slashdot" xmlns:ns2="http://foo.bar.com/moreover" - xmlns:ns3="http://foo.bar.com/isyndicate" > <xsl:include href="../page/simple-page2html.xsl"/> @@ -26,10 +25,6 @@ <xsl:apply-templates/> </xsl:template> - <xsl:template match="ns3:HTML"> - <xsl:apply-templates/> - </xsl:template> - <xsl:template match="BODY"> <xsl:apply-templates/> </xsl:template> @@ -39,10 +34,6 @@ </xsl:template> <xsl:template match="ns2:BODY"> - <xsl:apply-templates/> - </xsl:template> - - <xsl:template match="ns3:BODY"> <xsl:apply-templates/> </xsl:template>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]