Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2004 22:32:33 +0100 (CET)
From:      Manuel Hernandez <manu@whitecats.mine.nu>
To:        hrs@FreeBSD.org
Cc:        freebsd-doc@FreeBSD.org
Subject:   Re: nsgmls doesn't work
Message-ID:  <20040313.223233.74743457.manu@whitecats.mine.nu>
In-Reply-To: <20040313.015922.45211871.hrs@eos.ocn.ne.jp>
References:  <20040311204542.GA1418@whitecats.mine.nu> <20040313.015922.45211871.hrs@eos.ocn.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Hiroki Sato <hrs@FreeBSD.org> wrote in
<<20040313.015922.45211871.hrs@eos.ocn.ne.jp>>

hrs>  Does "make lint" work?

Yes, make lint works fine. Look at this:

$ cd /usr/doc/es_ES.ISO8859-1/books/faq && make lint
-- output --
/usr/local/bin/nsgmls -wempty -wunclosed -s -D \
/usr/obj/usr/doc/es_ES.ISO8859-1/books/faq -c [all catalogs]

hrs>  And when you use nsgmls for XML docs, you need to specify a SGML
hrs>  declaration for the XML specification.

Excuse me, I don't understand it very well. I have this at the
begining of my XHTML document:

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;

And I try to validate now with:

$ nsgmls -wxml -s /usr/local/share/xml/dtd/xhtml/xhtml1.dcl index.html
-- output --
nsgmls:/usr/local/share/xml/dtd/xhtml/xhtml1.dcl:1:W: \
SGML declaration was not implied
nsgmls:/usr/local/share/xml/dtd/xhtml/xhtml1.dcl:31:27:W: \
characters in the document character set with numbers exceeding \
65535 not supported

Is this output correct?

Thank you very much (and thank you for show me Mew! It's a great MUA!)

Regards

Manuel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040313.223233.74743457.manu>