I\'m trying to use XML Includes to help manage a large XML structure that needs to be usable by both humans and machines.
But am experiencing a myriad of problems wh
I don't think this is caused by an incompatibility between XInclude and schema; it looks to me like the include is not being processed before validation. Thus the schema does not allow for an "include" element in main, only a "child" element. If you could force your XML processor to process includes before validation...