[
Lists Home |
Date Index |
Thread Index
]
Daniel Veillard wrote:
> Consider a large doc splitted into chapter. The resulting document
> is built with XInclude. Each subdocument can contain a DOCTYPE and
> be validated independantly.
Doing this with entities, I'd generate a document comprised of entity
references, and create the subdocuments with DOCTYPEs. I'd validate the
subdocuments independantly, creating the files that matched my entity
references. I understand that with XInclude I could use the subdocuments
directly (after validation) rather than first generating an output file
(without DOCTYPE) from each subdocument - is that the only gain in this
scenario?
--
Regards,
Marcus Carr email: mcarr@allette.com.au
___________________________________________________________________
Allette Systems (Australia) www: http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
- Einstein
|