ID:               37792
 User updated by:  eleseint at libertysurf dot fr
 Reported By:      eleseint at libertysurf dot fr
-Status:           Feedback
+Status:           Closed
 Bug Type:         XSLT related
 Operating System: Widows 2003 Server
 PHP Version:      5.1.4
 New Comment:

sorry, it's not bug, it's my fault, I was a include xsl file with à
html declaration in output tag


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

[2006-06-13 08:48:22] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.

Sorry. wrong quickfix choosen :)

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

[2006-06-13 08:47:31] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




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

[2006-06-13 07:54:17] eleseint at libertysurf dot fr

Description:
------------
When I parse XML and XSL with output method="xml", tags are not in
xhtml but in html

Reproduce code:
---------------
// line output

  <xsl:output method="xml" version="1.0" encoding="utf-8"
standalone="no" omit-xml-declaration="no" doctype-public="-//W3C//DTD
XHTML 1.0 Strict//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";
indent="no" />



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


-- 
Edit this bug report at http://bugs.php.net/?id=37792&edit=1

Reply via email to