Next in thread → Next in month →

Re: Announce: DocBook V5.0b1

From
Norman Walsh <>
Date
2005-10-31T21:56:10+00:00
ID
Thread
Re: Announce: DocBook V5.0b1
/ Sam Steingold <> was heard to say:
| I am not using xinclude anyway, I have been using SYSTEM entities, and
| it appears that I can keep using them.

Yes, you can. You can do so even if you don't want to rely on the
DTD for V5.0. This is perfectly well-formed XML:

<!DOCTYPE book [
<!ENTITY ...>
]>
<book xmlns="http://docbook.org/ns/docbook">
...

| <2> what do I use instead of <structfield> to mark up a slot (field) in
|     a structure or class?

I'd proably use varname, maybe with a role. But maybe the right thing
to do is put structname and structfield back. Of all the things we
cut, that's the one that probably is the least well-justified.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <>      | A complex system that works is
http://www.oasis-open.org/docbook/ | invariably found to have evolved
Chair, DocBook Technical Committee | from a simple system that
                                   | worked.--J. Gall
Next in thread → Next in month →