Diff for /parser3/www/htdocs/Attic/_bug.xsl between versions 1.5 and 1.11

version 1.5, 2004/02/18 13:07:55 version 1.11, 2004/03/01 12:12:28
Line 3 Line 3
 <!DOCTYPE xsl:stylesheet SYSTEM "symbols.ent">  <!DOCTYPE xsl:stylesheet SYSTEM "symbols.ent">
   
 <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">
   <!--method="html"-->
   
 <xsl:output   <!--xsl:output 
         method="html"      omit-xml-declaration="no"
         doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"          /-->
         doctype-system="DTD/xhtml1-strict.dtd"  
         />  
 <!--    encoding="koi8-r" <<influences .save encoding-->  
                   
         <xsl:template match="/doc">          <xsl:template match="/doc">
                 <html>                  <html>
                 <head/>                          <xsl:copy-of select="."/>
                 <xsl:value-of select="."/> - в шаблоне<br/>  
                 </html>                  </html>
         </xsl:template>          </xsl:template>
                   

Removed from v.1.5  
changed lines
  Added in v.1.11


E-mail: