From: [EMAIL PROTECTED] Operating system: Linux, FreeBSD PHP version: 4.3.0RC2 PHP Bug Type: DOM XML related Bug description: xsl:output not affecting output correctly
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 bug report at http://bugs.php.net/?id=20794&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20794&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20794&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20794&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20794&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20794&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20794&r=support Expected behavior: http://bugs.php.net/fix.php?id=20794&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20794&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20794&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20794&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20794&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20794&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20794&r=isapi