From:             [EMAIL PROTECTED]
Operating system: win2k/Linux
PHP version:      4.3.0RC1
PHP Bug Type:     XSLT related
Bug description:  namespace attribute for element stylesheet

When I generate a stylesheet from a xsl transformation (xml+xsl => xsl), I
am willing to apply the namespace attribute.

in xsl, this writes :
        <xsl:element name="xsl:stylesheet"
namespace="http://www.w3.org/1999/XSL/Transform";>
                <xsl:attribute name="version">1.0</xsl:attribute>
</xsl:element>

but PHP xslt transformer applies the version number all right, and forgets
the namespace attribute.

Thanks !

-- 
Edit bug report at http://bugs.php.net/?id=20675&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20675&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20675&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20675&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20675&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20675&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20675&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20675&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20675&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20675&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20675&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20675&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20675&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20675&r=isapi

Reply via email to