[jdom-interest] DTD information not present in DocType
    bob mcwhirter 
    bob at werken.com
       
    Mon Oct  1 07:55:51 PDT 2001
    
    
  
> One last question: You use "internal subset"; what's the difference between an 
> "internal subset" and the document DTD?
The internal subset augments the document DTD.
If the following, the document DTD is document referenced by
"-//OASIS//DTD DocBook XML V4.1.2//EN" while the internal subset contains
the extra <!ENTITY> aspects.  
	-bob
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
[
        <!ENTITY gentle-intro   SYSTEM "gentle-intro.xml">
        <!ENTITY overview       SYSTEM "overview.xml">
        <!ENTITY productions    SYSTEM "productions.xml">
        <!ENTITY handler        SYSTEM "handler.xml">
        <!ENTITY event-source   SYSTEM "event-source.xml">
        <!ENTITY reader         SYSTEM "reader.xml">
        <!ENTITY readerfactory  SYSTEM "readerfactory.xml">
]>
    
    
More information about the jdom-interest
mailing list