Re: missing start elementt
David Tolpin <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
> file has its own top level. Therefore, the following is
> perfectly valid:
>
Hmm, indeed. I must have looked at the wrong place. I am sorry for the many
questions.
Another question:
test.rnc
start = foo
foo= element foo {external "testi.rnc"}
testi.rnc
foo|empty
nXML accepts it. jing says that the reference is to undefined pattern. Does externalRef
create a new scope?
David