mrglavas 2003/11/14 10:22:53 Modified: java/docs/dtd entities.ent Log: Everytime we change the default parser configuration our documentation needs to be updated to reflect this. References within in the docs have become badly out of date. Adding two new entities which should be referred to within the docs to keeps them in synch each time the default config is changed. Revision Changes Path 1.19 +4 -0 xml-xerces/java/docs/dtd/entities.ent Index: entities.ent =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/dtd/entities.ent,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- entities.ent 14 Oct 2001 07:26:41 -0000 1.18 +++ entities.ent 14 Nov 2003 18:22:53 -0000 1.19 @@ -11,3 +11,7 @@ <!-- packaging names --> <!ENTITY parserdir 'xerces-@@_version_@@'> <!ENTITY parserdistname 'Xerces-J-bin'> + +<!-- default parser configuration --> +<!ENTITY DefaultConfigLong '@@DEFAULT_CONFIG_LONG@@'> +<!ENTITY DefaultConfig '@@DEFAULT_CONFIG@@'>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]