Re: [PHP-DEV] Case of XML tags and attributes From: Joey Smith (joey <email protected>)
Date: 07/14/00

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>