php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #37511 XSLTProcessor([DOMDocument $stylesheet])
Submitted: 2006-05-18 20:50 UTC Modified: 2011-02-21 21:26 UTC
From: spam01 at pornel dot net Assigned:
Status: Open Package: XSLT related
PHP Version: 5.1.4 OS: *
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2006-05-18 20:50 UTC] spam01 at pornel dot net
Description:
------------
Currently XSLTProcessor does not accept any parameters for constructor.

However it has to be used with a stylesheet, so why not accept it in constructor?

That'd make typical usage simpler/shorter.

It will be 100% backwards-compatible if parameter is optional.

Expected result:
----------------
$proc = new XSLTProcessor($sheet);

Actual result:
--------------
$proc = XSLTProcessor();
$proc->importStylesheet($sheet);

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-02-21 21:26 UTC] jani@php.net
-Package: Feature/Change Request +Package: XSLT related
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC