Date: 07/14/00
- Next message: Andrei Zmievski: "Re: [PHP-DEV] Case of XML tags and attributes"
- Previous message: Rasmus Lerdorf: "[PHP-DEV] Re: [PHP-CVS] cvs: php4 / MAINTAINERS /ext/pfpro Makefile.in config.m4 pfpro.c php_pfpro.h test.output test.php"
- In reply to: Andrei Zmievski: "[PHP-DEV] Case of XML tags and attributes"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Case of XML tags and attributes"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Case of XML tags and attributes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
xml_parser_set_option($parser_handle, XML_OPTION_CASE_FOLDING, 0);
will make it go away. Why it is done at all is beyond me.
On Fri, 14 Jul 2000, Andrei Zmievski wrote the following to php-dev <email protected>:
> Why is it that the XML tags and attributes passed to XML handlers are all
> uppercase, even though the XML file itself contained only lowercase
> versions of those? As far as I know XML requires its tags to be lowercased,
> so why this inconsistency?
>
> -Andrei
>
>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andrei Zmievski: "Re: [PHP-DEV] Case of XML tags and attributes"
- Previous message: Rasmus Lerdorf: "[PHP-DEV] Re: [PHP-CVS] cvs: php4 / MAINTAINERS /ext/pfpro Makefile.in config.m4 pfpro.c php_pfpro.h test.output test.php"
- In reply to: Andrei Zmievski: "[PHP-DEV] Case of XML tags and attributes"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Case of XML tags and attributes"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Case of XML tags and attributes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

