----- Original Message ----- From: "Jeroen van Wolffelaar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 28, 2001 7:32 PM Subject: [PHP-DOC] cvs: phpdoc / global.ent
> jeroen Sun Oct 28 13:32:15 2001 EDT > > Modified files: > /phpdoc global.ent > Log: > comments++ > > > Index: phpdoc/global.ent > diff -u phpdoc/global.ent:1.115 phpdoc/global.ent:1.116 > --- phpdoc/global.ent:1.115 Sun Oct 14 04:25:50 2001 > +++ phpdoc/global.ent Sun Oct 28 13:32:15 2001 > @@ -1,6 +1,6 @@ > <!-- -*- SGML -*- > > - $Id: global.ent,v 1.115 2001/10/14 08:25:50 goba Exp $ > + $Id: global.ent,v 1.116 2001/10/28 18:32:15 jeroen Exp $ > > Contains global "macros" for all the XML documents. > > @@ -208,6 +208,9 @@ > <!ENTITY spec.hyperwave 'http://www.hyperwave.com/7.17-hg-prot'> > <!ENTITY spec.pdf.fdf 'http://partners.adobe.com/asn/developer/acrosdk/forms.html'> > > +<!-- The three special language constants --> > <!ENTITY true '<constant>TRUE</constant>'> > <!ENTITY false '<constant>FALSE</constant>'> > <!ENTITY null '<constant>NULL</constant>'> > +<!-- note: use <type>NULL</type> if you're talking about the type NULL, &null; > +if it's about the value NULL --> It doesn´t make any sense. &null; and "NULL" is the same thing in a printed manual. If you want to distinguish between value and type, so you have to introduce another entity. But I guess, the rendering would be the same. --> NULL -Egon