It would be nice if there was also an "inline" way of doing includes
that would allow the XML parser to validate the resulting content.
Rob
=======================================================
Rob McDougall Phone: (613)751-4800 ext.5232
JetForm Corporation Fax: (613)751-4864
http://www.jetform.com mailto:rmcdouga@jetform.com
=======================================================
>-----Original Message-----
>From: dgd@cs.bu.edu [SMTP:dgd@cs.bu.edu]
>Sent: December 1, 1997 10:34 PM
>To: 'xml-dev@ic.ac.uk'
>Subject: Re: EMBED and validation
>
>
>for example, you might have:
>
><!doctype RML SYSTEM "some:URL/goes/here"
>[
><!ENTITY boilerplate SYSTEM "http://Joes-server.isp.com/disclaimer">
>]>
>
>.... later on in your document ...
>&boilerplate;
>
>The entity reference to "boilerplate" will include the whole disclaimer
>without
>having to change the DTD, or fill it with weird private information. Is this
>good enough?
>
>------------------------------------------+----------------------------
>David Durand dgd@cs.bu.edu| david@dynamicDiagrams.com
>Boston University Computer Science | Dynamic Diagrams
>http://www.cs.bu.edu/students/grads/dgd/ | http://dynamicDiagrams.com/
> | MAPA: mapping for the WW
>
>