Diff for /parser3/www/htdocs/Attic/index.html between versions 1.78 and 1.81

version 1.78, 2002/06/25 15:08:09 version 1.81, 2002/06/27 08:32:18
Line 186  $response:content-type[$.value[text/html Line 186  $response:content-type[$.value[text/html
 #^sendtests[]  #^sendtests[]
 #^tnormalize[]  #^tnormalize[]
 ^xmltransformbyxdoc[]  ^xmltransformbyxdoc[]
   #^sergestrandef[]
 <hr>  <hr>
 OK  OK
   
   @sergestrandef[]
   $sQuantity[ ]
   ^sQuantity.int(10)
   
 @xmltransformbyxdoc[]  @xmltransformbyxdoc[]
 $xdoc[^xdoc::set{^process{<?xml version="1.0" encoding="windows-1251"?>  $xdoc[^xdoc::set{^process{<?xml version="1.0" encoding="windows-1251"?>
 <!--DOCTYPE people SYSTEM "D:\Y\parser3project\parser3\src\www\htdocs\people.dtd"-->  <!--DOCTYPE people SYSTEM "D:\Y\parser3project\parser3\src\www\htdocs\people.dtd"-->
Line 199  $xdoc[^xdoc::set{^process{<?xml version= Line 204  $xdoc[^xdoc::set{^process{<?xml version=
 </people>  </people>
 }}]  }}]
 $sheet[^xdoc::create{<?xml version="1.0"?>   $sheet[^xdoc::create{<?xml version="1.0"?> 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
   
   xmlns:xml="http://www.w3.org/XML/1998/namespace"
   xml:base="$env:DOCUMENT_ROOT"
   >
 <!--<xsl:output doctype-public ="-//W3C//DTD XHTML" indent="yes"/>-->  <!--<xsl:output doctype-public ="-//W3C//DTD XHTML" indent="yes"/>-->
   
           <!--<xsl:import href="http://localhost/html.xsl"/>-->
           <xsl:import href="html.xsl"/>
   
 <xsl:param name="param1">defparam1</xsl:param>  <xsl:param name="param1">defparam1</xsl:param>
 <xsl:param name="param2">defparam2</xsl:param>  <xsl:param name="param2">defparam2</xsl:param>
   
   
         <xsl:template match="doc">          <xsl:template match="doc">
                 param1=<xsl:value-of select="^$param1"/><br/>                  param1=<xsl:value-of select="^$param1"/><br/>
                 param2=<xsl:value-of select="^$param2"/><br/>                  param2=<xsl:value-of select="^$param2"/><br/>
Line 213  $sheet[^xdoc::create{<?xml version="1.0" Line 226  $sheet[^xdoc::create{<?xml version="1.0"
         </xsl:template>          </xsl:template>
   
         <xsl:template name="test">          <xsl:template name="test">
                 test return2                  test return3
         </xsl:template>          </xsl:template>
   
   <xsl:template match="people">    <xsl:template match="people">

Removed from v.1.78  
changed lines
  Added in v.1.81


E-mail: