Re: one small question (n3 syntax checking)

On Mon, 2006-03-06 at 13:55 +0000, marcos rebelo wrote:
> I have some n3 test files that I would like to check if are correct.
> how can I do that? check there is no errors in the n3 files

You can check for syntax errors a la:

  python cwm.py file.n3 --no


That is, once you have cwm installed.

http://www.w3.org/2000/10/swap/doc/CwmInstall


The command-line help for cwm includes:
"--no          No output"
http://www.w3.org/2000/10/swap/doc/CwmHelp


Is that what you're after?

> Thanks all
> MArcos
-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Monday, 6 March 2006 14:14:29 UTC