giacomo     01/04/22 00:50:21

  Modified:    webapp/stylesheets/news Tag: xml-cocoon2 news.xsl
  Log:
  Made news aggregation work again
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +8 -2      xml-cocoon/webapp/stylesheets/news/Attic/news.xsl
  
  Index: news.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/webapp/stylesheets/news/Attic/news.xsl,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- news.xsl  2001/04/19 14:06:58     1.1.2.1
  +++ news.xsl  2001/04/22 07:50:20     1.1.2.2
  @@ -1,9 +1,15 @@
  -<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
  +<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";
  +>
   
        <!-- Match The Root Node -->
        <xsl:template match="/">
                <HTML>
  -            <xsl:apply-templates select="//BODY"/>
  +            <xsl:apply-templates select="//ns1:BODY"/>
  +            <xsl:apply-templates select="//ns2:BODY"/>
  +            <xsl:apply-templates select="//ns3:BODY"/>
                </HTML>
        </xsl:template>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to