"Murphy, James" <[EMAIL PROTECTED]> writes:

> Tinny, thanks for the replay...  I'm not clear on your statement below:
> 
> >     // Any grammar that is specified in anotherXmlFile is IGNORED.
> >      // AND there cannot be any internal subset in anotherXmlFile..
> >       parser.parse(anotherXmlFile, true);
> 
> what do you mean by an "internal subset".  

The internal subset refers to the DOCTYPE. 

<DOCTYPE foo PUBLIC "-/foo" SYSTEM "foo.dtd [
 <!ENTITY foo_ent "bar">
]>

the internal subset is the part between the [ ... ]. The external
subset is whatever lies in foo.dtd and any documents it references.

HTH,
jas.

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

Reply via email to