[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-18 Thread nigelswinson
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

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-14 Thread msopacua
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

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-14 Thread andrew . stopford
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

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-14 Thread f . vulto
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

Re: [PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread Melvyn Sopacua
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

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
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

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
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:/

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread hholzgra
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: ---

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread hholzgra
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

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
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

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread msopacua
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

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread hholzgra
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