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/18 11:49:06 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog/content/authoring/entries/2003/07/28/1 test.xsl

michi       2003/08/18 02:49:06

  Added:       src/webapp/lenya/pubs/blog/content/authoring/entries/2003/07/28/1
                        test.xsl
  Log:
  XSLT for bxeng entry
  
  Revision  Changes    Path
  1.1                  cocoon-lenya/src/webapp/lenya/pubs/blog/content/authoring/entries/2003/07/28/1/test.xsl
  
  Index: test.xsl
  ===================================================================
  <?xml version="1.0" encoding="iso-8859-1"?>
  <!-- $Id: test.xsl,v 1.1 2003/08/18 09:49:06 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:unizh="http://unizh.ch/2003/"
  >
  <xsl:output method="xml" encoding="iso-8859-1" />
  
  <xsl:template match="/">
      <div>test div</div>
      <xsl:apply-templates select="/unizh:content-document/xhtml:body"/>
      <h1>h1 test</h1>
      
      <div >hhhh</div>
  </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