From owner-cvs-all Wed Mar 13 14:29: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from lion-around.at.yiff.net (lion-around.at.yiff.net [167.206.208.229]) by hub.freebsd.org (Postfix) with ESMTP id B123337B404; Wed, 13 Mar 2002 14:29:03 -0800 (PST) Received: (from chris@localhost) by lion-around.at.yiff.net (8.11.6/8.11.6) id g2DMSQH59049; Wed, 13 Mar 2002 17:28:26 -0500 (EST) (envelope-from chris@netmonger.net) X-Authentication-Warning: lion-around.at.yiff.net: chris set sender to chris@netmonger.net using -f Date: Wed, 13 Mar 2002 17:28:26 -0500 From: Christopher Masto To: Dag-Erling Smorgrav Cc: Mikhail Teterin , ue@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml Message-ID: <20020313222826.GA764@netmonger.net> References: <200203131806.g2DI6o3b087697@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 13, 2002 at 09:29:43PM +0100, Dag-Erling Smorgrav wrote: > In XML, all elements need a closing tag, unless the element is empty, > in which case you can use the short form, like
- note that the > space is required by the specification Not true. Production 44: [44] EmptyElemTag ::= '<' Name (S Attribute)* S? '/>' http://www.w3.org/TR/2000/REC-xml-20001006#NT-EmptyElemTag Note the '?'. You may be thinking of XHTML, where the space is added for backward compatibility with XML-unaware browsers. -- Christopher Masto CB461C61 8AFC E3A8 7CE5 9023 B35D C26A D849 1F6E CB46 1C61 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message