Re: N-Triples Updated 2001-07-08

>>>=?iso-8859-1?Q?Bill_de_h=D3ra?= said:
> Hi Dave,
> 
> Should the blankline production have a rhs? I'm guessing
> the rhs should be eoln?

No, the eoln is in the line production:

  line::=ws* (comment | blankline | triple) eoln

An alternative way to express it would be to alter line to be:

  line::=ws* (comment | triple | ) eoln

and delete blankline

Dave

Received on Tuesday, 10 July 2001 08:45:28 UTC