DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11155>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11155 validation fails for elements that contain choices of groups that contain choices of groups [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-07-26 19:00 ------- Fixed in CVS. It contains 2 parts: 1. Traversal: for a model group like this: <sequence/> we didn't generate a particle. But we should. 2. Content Model: for a case like this: <choice> <sequence/> <sequence> ... </sequence> </choice> we used to ignore the first (empty) sequence. Instead, we should treat the second sequence as optional. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
