You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/02/01 16:11:40 UTC

cvs commit: xml-xalan/java/xdocs/sources entities.ent

dleslie     01/02/01 07:11:39

  Modified:    java/xdocs/sources entities.ent
  Log:
  Added note on trax sample.
  
  Revision  Changes    Path
  1.13      +2 -0      xml-xalan/java/xdocs/sources/entities.ent
  
  Index: entities.ent
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/entities.ent,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- entities.ent	2001/01/23 22:05:58	1.12
  +++ entities.ent	2001/02/01 15:11:38	1.13
  @@ -9,4 +9,6 @@
   <!ENTITY xslt4c "Xalan-C++">
   <!ENTITY xml4c "Xerces-C++">
   <!ENTITY download "The &xslt4j-current; download from xml.apache.org includes xerces.jar from &xml4j-used;.">
  +<!ENTITY traxsamplenote "To run the trax sample, you must be using an XML parser (such as Xerces 1.2.3 or Crimson 1.1) 
  +                         that fully implements the JAXP 1.1 javax.xml.parsers interface.">