This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: how to work with xml fragment cont'd


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]