php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19977 Formatting when output result HTML after xslt_process
Submitted: 2002-10-18 08:51 UTC Modified: 2002-10-27 22:21 UTC
From: pvy at novosoft dot ru Assigned:
Status: Not a bug Package: XSLT related
PHP Version: 4.2.3 OS: windows 2000/sp3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
1 + 18 = ?
Subscribe to this entry?

 
 [2002-10-18 08:51 UTC] pvy at novosoft dot ru
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?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-27 22:21 UTC] sterling@php.net
user support required, not a bug fix....
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC