OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

relax-ng message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: <start> pattern with @combine



> According to a message from James on xml-dev, we do allow the combine
> attribute on <start>...

Thank you. Then now my question would be what happens if a start pattern
will have both the name attribute and the combine attribute?

<start name="foo" combine="choice">
  P
</start>

Will it be treated as

<start>
  <ref name="foo"/>
</start>
<define name="foo" combine="choice">
  P
</define>

Or will it be treated as

<start combine="choice">
  <ref name="foo"/>
</start>
<define name="foo">
  P
</define>

?

The difference is non-trivial.

regards,
--
Kohsuke KAWAGUCHI                          +1 650 786 0721
Sun Microsystems                   kohsuke.kawaguchi@sun.com



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC