Re: [HACKERS] broken doc

2007-08-30 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Tatsuo Ishii wrote >> Can someone please fix this? > It's working for me On Fedora Core 6's sgml toolchain, HEAD builds but un-commenting those two index entries fails, just as Tatsuo says. I'm no expert in this, but looking at the complained-of booki

Re: [HACKERS] broken doc

2007-08-30 Thread Tatsuo Ishii
> Tatsuo Ishii wrote: > > > I figured out how to make my toolchain warn about missing tags like > > > newer tool chains. My openjade needs the "-wfully-tagged" warning. I > > > added it to sgml/Makefile. > > > > > > -- > > > Bruce Momjian <[EMAIL PROTECTED]> http://momjian.us > > >

Re: [HACKERS] broken doc

2007-08-30 Thread Andrew Dunstan
Tatsuo Ishii wrote Can someone please fix this? openjade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d stylesheet.dsl -i output-html -t sgml postgres.sgml openjade:bookindex.sgml:2731:0:E: character data is not allowed here op

Re: [HACKERS] broken doc

2007-08-30 Thread Bruce Momjian
Tatsuo Ishii wrote: > > I figured out how to make my toolchain warn about missing tags like > > newer tool chains. My openjade needs the "-wfully-tagged" warning. I > > added it to sgml/Makefile. > > > > -- > > Bruce Momjian <[EMAIL PROTECTED]> http://momjian.us > > EnterpriseDB

Re: [HACKERS] broken doc

2007-08-30 Thread Tatsuo Ishii
> Joshua D. Drake wrote: > > Tom Lane wrote: > > > Bruce Momjian <[EMAIL PROTECTED]> writes: > > >> Tom Lane wrote: > > >>> Some committers are using DocBook installations that seem quite lax > > >>> about closing tags :-(, so they fail to see this type of breakage. > > > > > >> Yep. What should

Re: [HACKERS] broken doc

2007-08-30 Thread Bruce Momjian
Joshua D. Drake wrote: > Tom Lane wrote: > > Bruce Momjian <[EMAIL PROTECTED]> writes: > >> Tom Lane wrote: > >>> Some committers are using DocBook installations that seem quite lax > >>> about closing tags :-(, so they fail to see this type of breakage. > > > >> Yep. What should I upgrade, and t

Re: [HACKERS] broken doc

2007-03-03 Thread Andrew Dunstan
Warren Turkal wrote: > On Friday 02 March 2007 16:46, Joshua D. Drake wrote: >> I am pulling this way out of the back of my head, and Peter might be a >> better one to ask but I seem to recall that you can set the closing >> bracket requirement in the stylesheet itself. > > XML should require the c

Re: [HACKERS] broken doc

2007-03-03 Thread Peter Eisentraut
Warren Turkal wrote: > XML should require the closing tag. But this is not XML. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at

Re: [HACKERS] broken doc

2007-03-03 Thread Peter Eisentraut
Joshua D. Drake wrote: > I am pulling this way out of the back of my head, and Peter might be > a better one to ask but I seem to recall that you can set the closing > bracket requirement in the stylesheet itself. That is incorrect. -- Peter Eisentraut http://developer.postgresql.org/~petere/ -

Re: [HACKERS] broken doc

2007-03-02 Thread Warren Turkal
On Friday 02 March 2007 16:46, Joshua D. Drake wrote: > I am pulling this way out of the back of my head, and Peter might be a > better one to ask but I seem to recall that you can set the closing > bracket requirement in the stylesheet itself. XML should require the closing tag. Is it possible th

Re: [HACKERS] broken doc

2007-03-02 Thread Joshua D. Drake
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: >> Tom Lane wrote: >>> Some committers are using DocBook installations that seem quite lax >>> about closing tags :-(, so they fail to see this type of breakage. > >> Yep. What should I upgrade, and to what version? > > I dunno --- I ju

Re: [HACKERS] broken doc

2007-03-02 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Some committers are using DocBook installations that seem quite lax >> about closing tags :-(, so they fail to see this type of breakage. > Yep. What should I upgrade, and to what version? I dunno --- I just use what ships with Fedor

Re: [HACKERS] broken doc

2007-03-02 Thread Bruce Momjian
Tom Lane wrote: > Tatsuo Ishii <[EMAIL PROTECTED]> writes: > > CVS HEAD doc won't compile due to broken mark up. Please someone > > commit following patches if they are appropreate. > > Done. > > > Also please do not commit broken sgml files without trying to compile > > them. > > Some committe

Re: [HACKERS] broken doc

2007-03-01 Thread Tatsuo Ishii
> Tatsuo Ishii <[EMAIL PROTECTED]> writes: > > CVS HEAD doc won't compile due to broken mark up. Please someone > > commit following patches if they are appropreate. > > Done. Thanks. > > Also please do not commit broken sgml files without trying to compile > > them. > > Some committers are us

Re: [HACKERS] broken doc

2007-03-01 Thread Tom Lane
Tatsuo Ishii <[EMAIL PROTECTED]> writes: > CVS HEAD doc won't compile due to broken mark up. Please someone > commit following patches if they are appropreate. Done. > Also please do not commit broken sgml files without trying to compile > them. Some committers are using DocBook installations t