You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/08/19 15:23:00 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog/xslt/entry bxeng.xsl

michi       2003/08/19 06:23:00

  Added:       src/webapp/lenya/pubs/blog/xslt/entry bxeng.xsl
  Log:
  entries bxengable
  
  Revision  Changes    Path
  1.1                  cocoon-lenya/src/webapp/lenya/pubs/blog/xslt/entry/bxeng.xsl
  
  Index: bxeng.xsl
  ===================================================================
  <?xml version="1.0" encoding="iso-8859-1"?>
  <!-- $Id: bxeng.xsl,v 1.1 2003/08/19 13:23:00 michi Exp $ -->
  <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
   xmlns:xhtml="http://www.w3.org/1999/xhtml"
   xmlns:lenya="http://apache.org/cocoon/lenya/document/1.0"
   xmlns:dc="http://dc.org/2003/" 
   xmlns:echo="http://example.com/newformat#"
   xmlns:ent="http://www.purl.org/NET/ENT/1.0/"
  >
  <xsl:output method="xml" encoding="iso-8859-1" />
  
  <xsl:template match="/">
      <div>Echo/Atom</div>
      <xsl:apply-templates select="/echo:entry"/>
  </xsl:template>
  
  <xsl:template match="*">
      <xsl:copy-of select="."/>
  </xsl:template>
  
  </xsl:stylesheet>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org