From:             [EMAIL PROTECTED]
Operating system: windows 2000/sp3
PHP version:      4.2.3
PHP Bug Type:     XSLT related
Bug description:  Formatting when output result HTML after xslt_process

Hello!

I have two working configurations:
1. Linux with php-4.0.6/sablot-0.70
2. W2k   with php-4.2.3/sablot-0.96
in first configuration after xslt_process I got html content in one string
and in second html content was formatted. 
in second case i got design bugs such as:
<a href="bla">
   bla-bla-bla
</a>
instead of <a href="bla">bla-bla-bla</a>

I cannot use development version of php (there is real working servers
with strong load)

how i can get some result from php4.2.3 as from 4.0.6? 
may be some options string or what?
-- 
Edit bug report at http://bugs.php.net/?id=19977&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19977&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19977&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19977&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19977&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19977&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19977&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19977&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19977&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19977&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19977&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19977&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19977&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19977&r=isapi

Reply via email to