|
XInclude looks useful for large projects, like say writing a book, but there's one critical missing piece, as far as I can tell.
Using the book example, it quite often necessary for one chapter to reference another, usually with ID and IDREF. When each chapter is an entity, IDREFs still work, since everything is still considered a same-document reference. In the separate-documents plus XInclude scenario, this breaks.
What's a good way to deal with this?
.micah
|