duplicate declarations
David Tolpin <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, 1) is it valid to assign a different URL to xsd datatype prefix? datatypes xsd = "xyz" 2) Jing does not report errors for multiple namespace declarations. namespace fo = "abc" namespace fo = "xyz" start = empty Is it because it does not check for this limitation? Or is it allowed? David