tmiller     01/12/19 07:40:50

  Modified:    java/xdocs/sources/xsltc xsltc_runtime.xml
  Log:
  fixed parsing bugs in doc
  
  Revision  Changes    Path
  1.4       +2 -2      xml-xalan/java/xdocs/sources/xsltc/xsltc_runtime.xml
  
  Index: xsltc_runtime.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xsltc/xsltc_runtime.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xsltc_runtime.xml 2001/12/14 14:46:56     1.3
  +++ xsltc_runtime.xml 2001/12/19 15:40:50     1.4
  @@ -145,7 +145,7 @@
       <p>The translet's constructor initializes a table of all the elements we
       want to search for in the XML input document. This table is called the
       <code>namesArray</code>, and maps each element name to an unique integer
  -    value, know as the elements <i>&quot;translet-type&quot;</i>.
  +    value, know as the elements &quot;translet-type&quot;.
       The DOMAdapter, which acts as a mediator between the DOM and the translet,
       will map these element identifier to the element identifiers used internally
       in the DOM. See the section on <link anchor="types">extern/internal type
  @@ -505,4 +505,4 @@
   
     </s2>
   
  -</s1>
  \ No newline at end of file
  +</s1>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to