← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [relaxng-user] 'any' documentation

From
James Clark <>
Date
2003-12-05T02:10:38+00:00
ID
Thread
Re: [relaxng-user] 'any' documentation
On Wed, 2003-11-26 at 15:55, David Tolpin wrote:
> The Compact Syntax Specification says that
> 
> "Any ## comments must precede any annotation in square brackets."
> 
> May please someone  clarify what the phrase means? 

It means that you write

## A foo
[ x:y = "z" ]
element foo { ... }

rather than

[ x:y = "z" ]
## A foo
element foo { ... }

You need to look at Appendix A for precise details.  This particular
rule is reflected in the annotations production:

http://relaxng.org/compact.html#nt-annotations

James
← Prev in month ← Prev in thread
Next in thread → Next in month →