php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40966 bug in example at xsl doc page
Submitted: 2007-03-31 12:09 UTC Modified: 2007-06-24 11:57 UTC
From: p dot dolny at cortum dot pl Assigned: didou (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: p dot dolny at cortum dot pl
New email:
PHP Version: OS:

 

 [2007-03-31 12:09 UTC] p dot dolny at cortum dot pl
Description:
------------
There is an example on documentation page about xsl (http://pl.php.net/manual/pl/ref.xsl.php). In 2nd line there is

<xsl:param name="owner" select=""Nicolas Eliaszewicz'"/>

And there should be

<xsl:param name="owner" select="'Nicolas Eliaszewicz'"/>

instead (there should be single quote just before Nicolas, not double quote)
Please fix it, it made me angry when I searched 1h a silly thing when I try to test is xsl works.
PS. Sorry for my english


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-03-31 13:30 UTC] bjori@php.net
The XML sources are fine, looks like this is caused by the XML syntax highlighter.

Mehdi: could you check this out please?
 [2007-06-24 11:57 UTC] didou@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2020-02-07 07:30 UTC] phpdocbot@php.net
Automatic comment on behalf of didou
Revision: http://git.php.net/?p=doc/base.git;a=commit;h=a35bd64bdf1ddf70e708d7fced99546f16267a22
Log: Fix #40966: xml highlighting bug
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Sep 02 23:00:03 2025 UTC