php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33269 link tag displays wrong output when using with type tag
Submitted: 2005-06-08 01:36 UTC Modified: 2007-08-24 13:52 UTC
From: jsgoupil@php.net Assigned:
Status: Wont fix Package: Livedocs problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jsgoupil@php.net
New email:
PHP Version: OS:

 

 [2005-06-08 01:36 UTC] jsgoupil@php.net
Description:
------------
When you write something like
<link linkend="language.types.ressource">Doc on <type>resource</type>s</link>
It will output directly the Resource title.
So with <link linkend="language.types.integer">Doc on <type>resource</type>s</link> will output Integer (with the link of course)

Supposed to output Doc on <type>resource</type>s with the link.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-16 02:37 UTC] sean@php.net
I'm pretty sure this is the same behavior as #32780.

The link formatter doesn't expect the node to have children, and is trying to output $node->content (where $node->child[n]->content needs to be output after a transform).

S

 [2005-06-21 03:44 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

I think this is fixed, but if it's not please provide a URL to  page that demonstrates the problem.
 [2005-10-02 23:39 UTC] jsgoupil@php.net
/reference/expect/reference.xml
/en/ref.expect.html

<link linkend="wrappers.expect"><literal>expect://</literal> wrapper</link>

Outputs : <a class="link" href="/livedocs/en/wrappers.html#wrappers.expect">Process Interaction Streams</a>
Instead of : <a class="link" href="/livedocs/en/wrappers.html#wrappers.expect"><span class="literal">ibm_db2.instance_name</span> wrapper</a>
 [2005-10-02 23:40 UTC] jsgoupil@php.net
not ibm_db2.instance_name but expect://
(:
 [2007-08-24 13:52 UTC] philip@php.net
Livedocs is no longer in development, the current build system is titled PhD.

Note: PhD outputs the proper link.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 12:01:28 2024 UTC