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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Tue Apr 23 13:01:29 2024 UTC