php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22843 non-workable XML and XLST functions
Submitted: 2003-03-24 03:50 UTC Modified: 2003-03-24 05:14 UTC
From: chros at freemail dot hu Assigned:
Status: Not a bug Package: *XML functions
PHP Version: 4.3.1 OS: Windows XP build2600
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chros at freemail dot hu
New email:
PHP Version: OS:

 

 [2003-03-24 03:50 UTC] chros at freemail dot hu
I'm new to XML ... I've tried several scipts, but nothing worked (Expat method). For example: the script in PHP manual in the XML section: 1st example, with this small xml file:

<?xml version="1.0"?>
<movie>
<movieName>We Were Soldiers</movieName>
<movieNote href="http://www.hollywood.com">Vietnam movie staring Mel Gibson</movieNote>
</movie>

1st error: XML error: syntax error at line 1 column 14  (if I delete the 1. row, it's OK.)
2nd error: XML error: not well-formed (invalid token) at line 3 column 16  (something goes wrong with the attributes ..., if I delete this, it's OK.)

I have tried this on Linux, and everything goes well:
Linux (2.4.16)
PHP 4.1.2
Apache 1.3.23


I'have tried the xlst_create() function too: Undefined functuin ... (but I have copied all the dll files from distribution dir to windows/system32 )

System:
WinXP build2600
PHP 4.3.1 win32 (zipped file)
Apache 1.3.27 win32
ABIT KT7A motherboard
AMD Thunderbird 1.3GHz CPU

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-24 05:14 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Ask such questions elsewhere.
None of these are bugs.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 00:01:31 2024 UTC