How do you add XInclude to a Relax-NG Compact schema?
Posted: Tue Nov 18, 2008 11:36 pm
Two part question:
- Getting the schema.
If there's an XInclude schema in existence, where is it? (Or, how would you write one in RNC? I'm sure it would be pretty easy, but I don't trust myself to write it with the highest possible degree of reusability…reusability is vital!) - Using the schema.
Once I include an XInclude schema in an RNC file, is there a flexible way to say “these are the elements that may be xincludedâ€, or would I just have to do element |= xi:include a bunch of times?