Hi Brad, Brad Langhorst wrote: [...] > One niggle - it inserts <rng:div> tags where it does the inclusions - > which messes up oxygenxml since it doensn't recognize those tags.I think > they're legal since the rng tools should just ignore those; probably > just an oxygenxml quirk.
The div element is allowed inside grammar for instance but not inside define. oXygen reports an error when you have div inside define and that is correct. See http://www.relaxng.org/spec-20011203.html#full-syntax grammarContent ::= start | define | <div> grammarContent* </div> | <include href="anyURI"> includeContent* </include> includeContent ::= start | define | <div> includeContent* </div> Best Regards, George --------------------------------------------------------------------- George Cristian Bina - http://aboutxml.blogspot.com/ <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
