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

The manual says:
The element handler functions may get their element names
case-folded. Case-folding is defined by the XML standard as "a process
applied to a sequence of characters, in which those identified as
non-uppercase are replaced by their uppercase equivalents". In other
words, when it comes to XML, case-folding simply means uppercasing.

On Fri, 14 Jul 2000, Andrei Zmievski wrote the following to Joey Smith :

> At 08:04 PM 7/14/00 -0600, Joey Smith wrote:
> >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.
>
> Well, what if I want case-folding but expect all the tags to be lowercase?
> I just wonder why expat does uppercase as default.
>
> -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>