ID: 11910
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Sablotron XSL
Operating system: 
PHP Version: 4.0.4pl1
Assigned To: 
Comments:

If it is Sablotron who is generating the wrong non-valid XML files, then this 
bugreport should go to the Sablotron team.

Bogusfied

Previous Comments:
---------------------------------------------------------------------------

[2001-07-05 11:02:55] [EMAIL PROTECTED]

This bug was found with Sablotron 0.60. When a stylesheet is using:

...
<xsl:output method="xml" version="1.0" encoding="UTF-8" omit-xml-declaration="no" />
...

The resulting XML will have the following declaration:

<?xml version="1.0" encoding="UTF-8">
...

Notice that according to XML 1.0 the declaration should end with '?>', not just '>'. 
So the '?' is missing, hence the resulting XML document is not well-formed.

Thanks.

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11910&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to