>  > grammar {
>  >
>  > start = Grammar
>  >
>  > Grammar = element grammar {(Verb)+, (Noun)+ }+
>  > any clarification on the error please?
>
>  If the above construct was legal, the schema would allow you to create a
>  document with more than one root element (or more correctly, _no_ root
>  element), and that would not be well-formed XML.

Yes, I was looking at the wrong 'one or more'
Grammar = element grammar {(Verb)+, (Noun)+ }

makes Jing quite happy.

thanks.


-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

Reply via email to