Re: [DOC-AR] cvs: phpdoc-ar / bookinfo.xml
[email protected] ("Hannes Magnusson") Thu, 17 Apr 2008 12:32:11 +0200
| Newsgroups | php.doc.ar |
|---|---|
| Message-ID | <[email protected]> |
2008/4/17 Salah Faya <[email protected]>: > visualmind Thu Apr 17 10:24:13 2008 UTC > > Modified files: > /phpdoc-ar bookinfo.xml > Log: > Translated and Submited by daif > > http://cvs.php.net/viewvc.cgi/phpdoc-ar/bookinfo.xml?r1=1.13&r2=1.14&diff_format=u > Index: phpdoc-ar/bookinfo.xml > diff -u /dev/null phpdoc-ar/bookinfo.xml:1.14 > --- /dev/null Thu Apr 17 10:24:13 2008 > +++ phpdoc-ar/bookinfo.xml Thu Apr 17 10:24:13 2008 > @@ -0,0 +1,82 @@ > +<?xml version="1.0" encoding="utf-8"?> > +<!-- $Revision: 1.14 $ --> > +<!-- EN-Revision: 1.54 Maintainer: daif Status: ready $ --> > + > + <info xmlns="http://docbook.org/ns/docbook" xml:id="bookinfo"> > + &frontpage.authors; > + <pubdate>&php.build-date;</pubdate> > + &frontpage.editors; > + > + <authorgroup xml:id="translators"> [...] > + <authorgroup xml:id="translators"> [...] > + <authorgroup xml:id="translators"> This doesn't work. An ID can only be used once and only once. There should only be one authorgroup block with multiple othercredit entries. -Hannes