Date: 07/14/00
- Next message: Joey Smith: "Re: [PHP-DEV] Case of XML tags and attributes"
- Previous message: Paul DuBois: "Re: [PHP-DEV] Case of XML tags and attributes"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] Case of XML tags and attributes"
- Next in thread: Joey Smith: "Re: [PHP-DEV] Case of XML tags and attributes"
- Reply: Joey Smith: "Re: [PHP-DEV] Case of XML tags and attributes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 9:06 PM -0500 2000-07-14, Andrei Zmievski wrote:
>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
If you want them folded, isn't it just a stylistic preference to
have them be lowercase? It can't make any functional difference
for them to be uppercase.
-- Paul DuBois, paul <email protected>-- 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: Joey Smith: "Re: [PHP-DEV] Case of XML tags and attributes"
- Previous message: Paul DuBois: "Re: [PHP-DEV] Case of XML tags and attributes"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] Case of XML tags and attributes"
- Next in thread: Joey Smith: "Re: [PHP-DEV] Case of XML tags and attributes"
- Reply: Joey Smith: "Re: [PHP-DEV] Case of XML tags and attributes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

