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

 


Help: OASIS Mailing Lists Help | MarkMail Help

relax-ng-comment message

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


Subject: Re: [relax-ng-comment] Compact Syntax: Annotation element with bothattributes and text content


> Hmmm.  That's pretty ugly.  Although it's not strictly necessary to split
> it, it would be strange not.  Seems like an argument in favour of option
> (1), which allows
> 
> [x:desc [ "the start pattern" ]]
> start = ...
> 

Generally this seems like a good solution, in many cases it will look just
as it did before. Though there are some problems (which may not
be real world problems):

Both

x:meta [ id="1" ]
[x:desc [ "the start pattern" ]]
start = ...

and

x:meta [ id="1" ][]
[x:desc [ "the start pattern" ]]
start = ...

would be allowed but would render quite different annotations.

David



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


Powered by eList eXpress LLC