Date: 12/03/02
- Next message: wb <email protected>: "[PHP-DOC] #20760 [Com]: strange behaviour regarding $this"
- Previous message: john <email protected>: "[PHP-DOC] #20787 [Asn->Csd]: Wrong character in HTML File"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 20794
Comment by: verx <email protected>
Reported By: verx <email protected>
Status: Open
Bug Type: Documentation problem
Operating System: Linux, FreeBSD
PHP Version: 4.3.0RC2
New Comment:
IMHO it is not so perfect to insert output parameters from
application. However, the example you have given is working quite well
and that's what I wanted to achieve. On the other hand I think users
would appreciate having XSLT engine that is fully W3C compliant :)
I'm not into internals of PHP so my question is - is it very difficult
to make <xsl:output> working, or even - is it possible? :)
Previous Comments:
------------------------------------------------------------------------
[2002-12-03 12:04:01] derick <email protected>
Let's make it a Doc problem then
------------------------------------------------------------------------
[2002-12-03 11:44:45] chregu <email protected>
Use
$xsldoc = domxml_xslt_stylesheet_file($filename);
$result = $xsldoc->process($xmldoc[,$params]);
$xsldoc->result_dump_mem($result);
(or $xsldoc->result_dump_file($result,$filename);)
to get what you want.
(undocument, AFAIK...)
chregu
------------------------------------------------------------------------
[2002-12-03 11:34:58] verx <email protected>
LibXML 2.4.28, LibXSLT 1.0.23 (both the most recent).
<xsl:output method="html"/> is not working
properly. The output should follow w3c rules
(http://www.w3.org/TR/xslt#section-HTML-Output-Method)
but it doesn't.
However when using xsltproc (binary for testing transformations, it's
in LibXSLT package) output
is correct - that means that this is a PHP bug.
To be honest I think none of <xsl:output .../> attributes
is really working (like omit-xml-declaration or
cdata-section-elements).
------------------------------------------------------------------------
-- Edit this bug report at http://bugs.php.net/?id=20794&edit=1-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: wb <email protected>: "[PHP-DOC] #20760 [Com]: strange behaviour regarding $this"
- Previous message: john <email protected>: "[PHP-DOC] #20787 [Asn->Csd]: Wrong character in HTML File"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

