ID: 36244 Updated by: [EMAIL PROTECTED] Reported By: maximgb at is-a dot ru -Status: Open +Status: Feedback Bug Type: XSLT related Operating System: windows xp sp2 PHP Version: 5.1.2 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2006-02-01 11:14:41] maximgb at is-a dot ru Description: ------------ I have two stylesheets first one with xsl:output tag only, where method="XML" and encoding="windows-1251", second one which imports the first one and where all other templates are stored. When I use <xsl:import href='first.xsl' /> then all russian characters after transformation become XML entities, when I use <xsl:include href="first.xsl' /> then everything is ok. All XML files involved in transformation has following xml declaration <?xml version="1.0" encoding="windows-1251"?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36244&edit=1