[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]