Re: [PHP] XSLTProcessor without validation

2008-02-18 Thread Richard Lynch


On Fri, February 15, 2008 12:54 am, Siegfried Gipp wrote:
 Am Donnerstag, 14. Februar 2008 21:01:42 schrieb Richard Lynch:

 You could also consider filing a Feature Request in
 http://bugs.php.net/
 Well, the bug reporting page has a bug. A graphical captcha is needed,
 but
 there is no such captcha. Repetitive loading does not change this.

 From an accessibility point of view graphical captchas are a bad idea.
 Not
 existing, but required graphical captchas are an even worse idea. This
 way
 the bug report mechanism is essentially 100% inaccessible :)

Works for me.

It's a JPEG.

Does your browser support JPEGs?

Perhaps you are using IE and it's ignoring the proper headers and
trying to guess what kind of file that image is based on the URL,
which is what IE tends to do...


 Regards
 Siegfried

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] XSLTProcessor without validation

2008-02-16 Thread Siegfried Gipp
Am Freitag, 15. Februar 2008 15:35:02 schrieb Andrew Ballard:

 It's there for me as well. (Firefox and IE6, Windows XP). Any chance you've
 got a browser plugin or other feature that is blocking the image?

I thought it was privoxy, but i tried without proxy and had the same result. I 
copied the url out of the source code and tried to load it directly and got 
nothing.

Firefox 2.0.0.12, Kubuntu Linux. No idea.


Regards
Siegfried

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] XSLTProcessor without validation

2008-02-16 Thread Siegfried Gipp
Am Freitag, 15. Februar 2008 15:35:02 schrieb Andrew Ballard:

 It's there for me as well. (Firefox and IE6, Windows XP). Any chance you've
 got a browser plugin or other feature that is blocking the image?
I just tried it with Firefox in safe mode, same result: No captcha.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] XSLTProcessor without validation

2008-02-15 Thread Zoltán Németh
2008. 02. 15, péntek keltezéssel 07.54-kor Siegfried Gipp ezt írta:
 Am Donnerstag, 14. Februar 2008 21:01:42 schrieb Richard Lynch:
 
  You could also consider filing a Feature Request in
  http://bugs.php.net/
 Well, the bug reporting page has a bug. A graphical captcha is needed, but 
 there is no such captcha. Repetitive loading does not change this.
 
 From an accessibility point of view graphical captchas are a bad idea. Not 
 existing, but required graphical captchas are an even worse idea. This way 
 the bug report mechanism is essentially 100% inaccessible :)

you mean this page?
http://bugs.php.net/report.php

the captcha is clearly there for me (firefox, ubuntu linux)... however
if it is not there in every browser that's a bug which should be
reported :)

greets
Zoltán Németh

 
 Regards
 Siegfried
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] XSLTProcessor without validation

2008-02-15 Thread Andrew Ballard
On Fri, Feb 15, 2008 at 3:31 AM, Zoltán Németh [EMAIL PROTECTED]
wrote:

 2008. 02. 15, péntek keltezéssel 07.54-kor Siegfried Gipp ezt írta:
  Am Donnerstag, 14. Februar 2008 21:01:42 schrieb Richard Lynch:
 
   You could also consider filing a Feature Request in
   http://bugs.php.net/
  Well, the bug reporting page has a bug. A graphical captcha is needed,
 but
  there is no such captcha. Repetitive loading does not change this.
 
  From an accessibility point of view graphical captchas are a bad idea.
 Not
  existing, but required graphical captchas are an even worse idea. This
 way
  the bug report mechanism is essentially 100% inaccessible :)

 you mean this page?
 http://bugs.php.net/report.php

 the captcha is clearly there for me (firefox, ubuntu linux)... however
 if it is not there in every browser that's a bug which should be
 reported :)

 greets
 Zoltán Németh

 
  Regards
  Siegfried
 


It's there for me as well. (Firefox and IE6, Windows XP). Any chance you've
got a browser plugin or other feature that is blocking the image?

Andrew


Re: [PHP] XSLTProcessor without validation

2008-02-14 Thread Richard Lynch
On Thu, February 14, 2008 4:24 am, Siegfried Gipp wrote:
 i still got no answer. Maybe i did not see it, altough i'm trying to
 read any
 single post. But may be i overlooked it due to high traffic. So now i
 have
 set up a filter (hopefully) copying answers to another folder.

 Here is the question: Is it possible to disable validation when using
 XSLTProcessor? If yes, how?

 When i use xsltproc, the command line tool for the libxslt, i can use
 the
 switch --novalid to subpress validation. This makes a huge difference
 in
 speed. Without validation it is fast enough. With validation it takes
 far too
 long to be acceptable. So how do i use XSLTProcessor from within PHP
 to
 achieve the same result as if using xsltproc --novalid?

You may want to try using http://php.net/exec to run your command line
tool and ignore the PHP one, if it won't let you turn off validation.

You could also consider filing a Feature Request in
http://bugs.php.net/

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] XSLTProcessor without validation

2008-02-14 Thread Siegfried Gipp
Am Donnerstag, 14. Februar 2008 21:01:42 schrieb Richard Lynch:

 You may want to try using http://php.net/exec to run your command line
 tool and ignore the PHP one, if it won't let you turn off validation.
Yes, that's what i'm going to do for now. But that won't help if an internet 
provider does not have this or does not allow executing this.

 You could also consider filing a Feature Request in
 http://bugs.php.net/
Thanks for that link. I'll try. 

Regards
Siegfried

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] XSLTProcessor without validation

2008-02-14 Thread Siegfried Gipp
Am Donnerstag, 14. Februar 2008 21:01:42 schrieb Richard Lynch:

 You could also consider filing a Feature Request in
 http://bugs.php.net/
Well, the bug reporting page has a bug. A graphical captcha is needed, but 
there is no such captcha. Repetitive loading does not change this.

From an accessibility point of view graphical captchas are a bad idea. Not 
existing, but required graphical captchas are an even worse idea. This way 
the bug report mechanism is essentially 100% inaccessible :)

Regards
Siegfried

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php