You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mo...@apache.org on 2002/01/06 18:27:03 UTC

cvs commit: xml-xalan/java/xdocs/sources/xsltc xsltc_compiler.xml

morten      02/01/06 09:27:03

  Modified:    java/xdocs/sources/xsltc xsltc_compiler.xml
  Log:
  My final XSLTC design document update.
  Submitted by:	morten@xml.apache.org
  
  Revision  Changes    Path
  1.6       +1 -1      xml-xalan/java/xdocs/sources/xsltc/xsltc_compiler.xml
  
  Index: xsltc_compiler.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_compiler.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xsltc_compiler.xml	6 Jan 2002 15:52:00 -0000	1.5
  +++ xsltc_compiler.xml	6 Jan 2002 17:27:03 -0000	1.6
  @@ -198,7 +198,7 @@
       <xsl:stylesheet .......>
         <xsl:template match="chapter">
           <xsl:text>Chapter</xsl:text>
  -        <xslvalue-of select=".">
  +        <xsl:value-of select=".">
         </xsl:template>
       &lt;/xsl&gt;stylesheet&gt;</source>
   
  
  
  

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