ID:               24296
 Updated by:       [EMAIL PROTECTED]
 Reported By:      andrew at shh dot fi
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         XSLT related
 Operating System: win32 and linux
 PHP Version:      4.3.2
 Assigned To:      edink
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




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

[2003-07-14 18:27:43] [EMAIL PROTECTED]

Which expat version worked for you?

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

[2003-06-26 12:54:44] [EMAIL PROTECTED]

Edin, can you update the expat lib in the win32 stuff..?
Andrew, what version did you use?


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

[2003-06-25 02:17:41] andrew at shh dot fi

Problem resolved!!

Upgrade the expat to the latest version and everything works

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

[2003-06-24 01:25:05] andrew at shh dot fi

I found another person who had experienced similar problems on the
Gingerall.com site. He had attached an example file. The size is 277034
characters - rather large. This appears to fail. 

However, I have installed the latest Expat Release 1.95.6 update and it
seems to have worked - from a command line. The problem will now need
to be addressed in the PHP sablot.

Heres the xslt file:

<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0">
<xsl:output method="html" encoding="iso-8859-1" version="1.0"
indent="yes"/>
<xsl:param name="login"/>
<xsl:template match="navigation">
        <xsl:value-of select="."/>
</xsl:template>
</xsl:stylesheet>

Heres the xml file1: test.xml

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE navigation [<!ENTITY module1 SYSTEM "test2.xml">]>
<navigation>&module1;</navigation>

And heres part of the external xml file: test2.xml

<?xml version="1.0" encoding="iso-8859-1"?>
<test>
<![CDATA[
textetxtetxtäåöåäö ... 276,946 Bytes ... ]]>
</test>

Well these are examples but in the real work I need to pass a huge xml
file with lots of data.

regards

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

[2003-06-23 17:51:31] [EMAIL PROTECTED]

Could you at least aproximate the size of the xml file at which the
problems begins to occur?

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/24296

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

Reply via email to