Re: cvs: peardoc /en/package/html/html-css api.xml
[email protected] (Laurent Laville)
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
Mark Wiesemann a écrit : > There are still errors: > - the new <sect3> tag in html-css.xml needs a <title> tag > (this removes the first three errors in the current log) > - you'll need for every XML file a line like this: > &package.html.html-css.XYZ; > => otherwise the HTML files won't be build and the > references in the <link> tags will be invalid > > Regards, > Mark > > Mark. Hope this time, all will be fixed. I've no platform to test updates. When I've built my standalone manual, it was done with xsltproc under cygwin (on windows) I used chapter / part / section , and not what I should updated to fix errors to include it into PEAR manual. I understand now why few users write final doc under DocBook format : - No way to test under all platform - DSSSL rather than XSL stylesheets - there are still some docbook tags that are not well supported by pear manual. - we can't customized some docbook tags as we can do with xslt (add attributes ...) and much more ! Standalone docbook user guide give really more freedom ! BTW, <title> is not mandatory on <sect3> tag , but id attribute is Then I've fixed in that way Even If HTML_CSS, seems to be the only effort I'll do to include my doc into PEAR manual, I've appreciated your help Thanks again Mark Laurent