On Tue, Feb 17, 2009 at 10:30, Laurent Laville wrote:
> BTW, I've found in PEAR CHM theme [1] (v 1.4.2.2.4) that title are missing
> for many languages, and it's wrong for french.
Gahh.. We really need to fix the PhD title issues.
Even the PhD manual (http://doc.php.net/phd/docs/) has the wrong t
Hello Christian,
Hi Laurent,
Finally I've found why I got this error. My brain read the line
without the dot in front of manual.xml, because in previous version of
PhD we have :
phd -f xhtml -t pearchunkedhtml -o build/en -d giant.xml
I changed this in pear-doc to match the behavior of
Hi Laurent,
> Finally I've found why I got this error. My brain read the line
> without the dot in front of manual.xml, because in previous version of
> PhD we have :
> phd -f xhtml -t pearchunkedhtml -o build/en -d giant.xml
I changed this in pear-doc to match the behavior of phpdoc.
--
Re
Hannes Magnusson a écrit :
The '.manual.xml' is one giant file, containing all other XML files
"magically linked" from 'manual.xml'.
[...]
Finally I've found why I got this error. My brain read the line
phd -f xhtml -t pearchunkedhtml
-p package.html.html-css -o build/chm -d .manual.xml
Hannes Magnusson a écrit :
I guess the peardoc configure.php could be slightly more verbose on
what exactly it is doing.
The '.manual.xml' is one giant file, containing all other XML files
"magically linked" from 'manual.xml'.
What configure.php does it to resolve all entities (recursively) from
On Mon, Feb 16, 2009 at 23:44, Laurent Laville wrote:
> Hello Hannes,
>
> While I've investigated a little in partial rendering features, I found a
> curious syntax.
>
> Perharps you could explain me where does it came from (or if it's just a
> typo error somewhere)
[..]
>
> Could you explain why