XInclude Schema/Namespace Validation?

后端 未结 4 1105
遥遥无期
遥遥无期 2021-01-19 14:07

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

4条回答
  •  孤独总比滥情好
    2021-01-19 14:35

    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...

提交回复
热议问题