Date: 07/14/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5599 Updated: Bus error (default) at [php_if_pg_close:461"
- Previous message: Andrei Zmievski: "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: Paul DuBois: "Re: [PHP-DEV] Case of XML tags and attributes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5599 Updated: Bus error (default) at [php_if_pg_close:461"
- Previous message: Andrei Zmievski: "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: Paul DuBois: "Re: [PHP-DEV] Case of XML tags and attributes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

