> I have a slight problem with URLs in the manual - specifily, in preface 
> page (preface.xml). The link is written as: <ulink
>    url="&url.php.docs;">&url.php.docs;</ulink> and the entity url.php.docs
> 
> is:
> <!ENTITY url.php.docs "http://www.php.net/docs.php";>
> 
> However, when I build the manual (with DSSSL, phpweb version), the URL 
> comes out as /docs.php - i.e. with host part stripped. Why is it and how 
> can one to make it to put the full URL there?
> 
Thats because of entities/phpweb.ent, which is used and overwrites some
entities from global.ent.
More info is available here:
http://cvs.php.net/cvs.php/phpdoc/Makefile.in?login=2
see the log message for version 1.130

Regards
Friedhelm Betz

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to