ID: 14965
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
Hi folks (please be gentle, my first post to bugs.php.net).
I've got exactly the
ID: 14965
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
Unless the below is a typo, it's quite logical:
while (!feof ($xmlfile)) {
$x
ID: 14965
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
Hi,
I can confrim Feddy's code works fine on Windows 2000 (thanks Freddy
:), however the code I submitted earl
ID: 14965
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
On Windows 98, Apache 1.3.22, PHP 4.1.1, Sablotron 0.71, I experienced
the same pro
At 19:21 1/10/2002 +, you wrote:
>sablot will read from local filesystem only,
>while within the XML it's safe to have URLs
>as paths
No it isn't.
Not since Sablotron 0.7something.
It is now reading DTD's. External Entities within the XML are ignored,
DTD's in the XML not. External Entities
ID: 14965
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
slight correction to my last message it should read
$file_path = "C:\\test\\";
:)
Andrew
Previous Co
ID: 14965
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
Hi,
$DOCUMENT_ROOT is a blank variable
also trying the file path rather than HTTP e.g.
$file_path = "C:/
ID: 14965
Updated by: hholzgra
Reported By: [EMAIL PROTECTED]
Status: Open
Old Bug Type: Sablotron XSL
Bug Type: Documentation problem
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
moved to "Documentation problem"
Previous Comments:
---
ID: 14965
Updated by: hholzgra
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Sablotron XSL
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
your problem is
$file_path = "http://localhost/test/";;
change it to
$file_path = "$DOCUMENT_ROOT/test/";
sablot will r
ID: 14965
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Sablotron XSL
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
Hi,
I tried the following code.
http://localhost/test/";;
//xml file
$xml_file = $file_pat
ID: 14965
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Sablotron XSL
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
You set the path as an http:// url.
By default, Sablotron doesn't provide an http hand
ID: 14965
Updated by: hholzgra
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Sablotron XSL
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:
are you sure the filenames you passed are correct?
i got the same message yesterday and the reason
was an empt
12 matches
Mail list logo