Subject: RE: how to work with xml fragment cont'd
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 4 Feb 2002 12:31:55 -0000
|
> Thanks Michael,
> I tried this but then I need to specify the whole
> DTD:
>
> <!DOCTYPE wrapper [
> <!ELEMENT wrapper ANY>
> <!ELEMENT ....> // all the elements in First.xml
> <!ENTITY frag SYSTEM "First.xml">
> ]>
>
> Is there any way how to avoid the need to specify the whole
> DTD, I don't
> care about the document type, I just want to include it.
>
Just use a non-validating parser.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|