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 2004/01/22 16:45:42 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/generic/authoring main.xsl

michi       2004/01/22 07:45:42

  Modified:    src/webapp/lenya/pubs/oscom/xslt/generic body.xsl
               src/webapp/lenya/pubs/oscom/xslt/generic/authoring main.xsl
  Log:
  xhtml XSLTs fixed
  
  Revision  Changes    Path
  1.6       +2 -4      cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/generic/body.xsl
  
  Index: body.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/generic/body.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- body.xsl	11 Apr 2003 14:25:41 -0000	1.5
  +++ body.xsl	22 Jan 2004 15:45:42 -0000	1.6
  @@ -1,13 +1,11 @@
   <?xml version="1.0" encoding="iso-8859-1"?>
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:error="http://apache.org/cocoon/error/2.0" xmlns:n-rdf="http://my.netscape.com/rdf/simple/0.9/">
  +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    
   <xsl:output version="1.0" indent="yes" encoding="ISO-8859-1"/>
   
   <xsl:template name="body">
  -  <div id_xopus="generic_body" xml_xopus="conferences/sanfrancisco2002/cfp.xhtml" xsl_xopus="Generic/authoring/xopus.xsl" xsd_xopus="generic.xsd">
  -    <xsl:apply-templates select="html"/>
  -  </div>
  +  <xsl:apply-templates select="html"/>
   </xsl:template>
   
   <xsl:template match="html">
  
  
  
  1.4       +0 -6      cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/generic/authoring/main.xsl
  
  Index: main.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/generic/authoring/main.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- main.xsl	11 Apr 2003 14:25:41 -0000	1.3
  +++ main.xsl	22 Jan 2004 15:45:42 -0000	1.4
  @@ -4,12 +4,6 @@
    
   <xsl:output version="1.0" indent="yes" encoding="ISO-8859-1"/>
   
  -<xsl:include href="../../../../../../../stylesheets/cms/root.xsl"/>
  -
  -<xsl:template match="cmsbody">
  -  <xsl:apply-templates select="oscom"/>
  -</xsl:template>
  -
   <xsl:include href="../../html_authoring.xsl"/>
   <xsl:include href="../body.xsl"/>
    
  
  
  

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