dleslie     99/12/16 13:31:32

  Modified:    .        DONE
  Log:
  replaced < with &lt; where necessary!
  
  Revision  Changes    Path
  1.6       +3 -3      xml-xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/DONE,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DONE      1999/12/16 19:09:50     1.5
  +++ DONE      1999/12/16 21:31:32     1.6
  @@ -13,7 +13,7 @@
         when the pattern is evaluated as an expression with that context, the 
node is 
         a member of the result.</p></li>
         <li><p>Pipe test now works properly.</p></li>
  -      <li><p>Fixed order of comparisons with nodesets, i.e. "2 < foo" vs. 
"foo < 2".</p></li>
  +      <li><p>Fixed order of comparisons with nodesets, i.e. "2 &lt; foo" vs. 
"foo &lt; 2".</p></li>
         <li><p>Fixed attribute set evaluation order.</p></li>
         <li><p>Fixed bad error messages when document(...) function fails, but 
the 
         error resources should come from the XSLT engine, and not from the 
XPath engine, 
  @@ -23,7 +23,7 @@
         <li><p>Fixed data being lost for PIs.</p></li>
         <li><p>Use string conversion for comparison of two result tree 
fragments.</p></li>
         <li><p>Trim whitespace before conversion to number in 
getNumberFromNode.</p></li>
  -      <li><p>Fixed URL encoding so that >8 and < 128  are left alone, all 
other chars 
  +      <li><p>Fixed URL encoding so that &gt;8 and &lt; 128  are left alone, 
all other chars 
         are escaped with the % encoding.</p></li>
         <li><p>Fixed minor bugs relating to extension handling, updated to new 
BSF.</p></li>
         <li><p>Fix for bug with not outputting the DOCTYPE name.</p></li>
  @@ -33,7 +33,7 @@
         <li><p>Support for XLocator callbacks and depth-first in-order 
searches.  Not 
         enabled at the moment.</p></li>
         <li><p>Fixed order of evaluation for relational and equality 
operators, i.e. 
  -      "1 < 2 <= 1".</p></li>
  +      "1 &lt; 2 &lt;= 1".</p></li>
         <li><p>Added union method to XLocator interface.  Tried depth-first 
union searches, 
         but put it on hold for the time being... code is commented out for 
right now.</p></li>
         <li><p>Only return a name for attributes, elements, and PIs, otherwise 
return 
  
  
  

Reply via email to