For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2007 > #33269 [Opn->WFx]: link tag displays wrong output when using with type tag









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author #33269 [Opn->WFx]: link tag displays wrong output when using with type tag
philip@php.net

2007-08-24, 7:02 pm

ID: 33269
Updated by: philip@php.net
Reported By: jsgoupil@php.net
-Status: Open
+Status: Wont fix
Bug Type: Livedocs problem
PHP Version: Irrelevant
New Comment:

Livedocs is no longer in development, the current build system is
titled PhD.

Note: PhD outputs the proper link.



Previous Comments:
------------------------------------------------------------------------

[2005-10-02 23:40:39] jsgoupil@php.net

not ibm_db2.instance_name but expect://
(:

------------------------------------------------------------------------

[2005-10-02 23:39:48] 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-06-21 03:44:36] 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-06-16 02:37:51] 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-08 01:36:02] 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.



------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=33269&edit=1
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com