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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pvy at novosoft dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC