lenya/src/webapp/lenya/pubs/default/xslt/authoring bitflux2simple.xsl,1.1,1.2

"Gregor J. Rothfuss" <[email protected]> Wed, 14 May 2003 11:25:46 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/webapp/lenya/pubs/default/xslt/authoring
In directory erbium:/tmp/cvs-serv20729/src/webapp/lenya/pubs/default/xslt/authoring

Modified Files:
	bitflux2simple.xsl 
Log Message:
adapted bitflux stylesheets to edit simple documents

Index: bitflux2simple.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/xslt/authoring/bitflux2simple.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bitflux2simple.xsl	14 May 2003 09:15:41 -0000	1.1
--- bitflux2simple.xsl	14 May 2003 09:25:44 -0000	1.2
***************
*** 15,24 ****
  
  <!-- Replaces the html code of the editable section by the bitflux specific code -->
! <xsl:template match="preview">
! 	<preview contentEditable="true">
                  <xslout:for-each select="preview">
    			<xslout:apply-templates/>
                  </xslout:for-each>
! 	</preview>
  </xsl:template>
  
--- 15,24 ----
  
  <!-- Replaces the html code of the editable section by the bitflux specific code -->
! <xsl:template match="body">
! 	<body contentEditable="true">
                  <xslout:for-each select="preview">
    			<xslout:apply-templates/>
                  </xslout:for-each>
! 	</body>
  </xsl:template>
  
***************
*** 36,47 ****
        </xsl:for-each>
      </title>
-   </xsl:template>
- 
-   <xsl:template match="body">
-     <body contentEditable="true">
-       <xsl:for-each select=".">
-         <xsl:apply-templates/>
-       </xsl:for-each>
-     </body>
    </xsl:template>
  
--- 36,39 ----