Re: line terminator in compact syntax
James Clark <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2003-11-25 at 16:14, David Tolpin wrote: > Hi, > > do I understand it correctly that while #xA terminates a comment and is a whitespace > in the compact syntax, Right. This ensures that a user can always replace any literal character in the original source by an escape. > #xD does not and is not? Right. There didn't seem any reason why it should be whitespace. This is covered by: http://relaxng.org/compact.html#t-separator James