Re: anony at mous dot com
case folding is a violation of the XHTML specification. xhtml is all in lowercase to be inline with the DOM
![]() | xml_parser_set_option说明bool xml_parser_set_option ( resource parser, int option, mixed value )
如果 parser 参数没有指向一个合法的解析器或者指定的选项无法设置,该函数将返回 FALSE,否则将会把选项设置为指定的值并返回 TRUE。 可被设置的选项如下: 表格 1. XML 解析器选项
![]()
matt at mcbridematt dot dhs dot org
16-Dec-2002 09:56
Re: anony at mous dot com
pupeno at pupeno dot com
16-Nov-2002 05:14
XML is case sensitive, then, from my point of view, disabling case folding doesn't goes against xml 1.0 specifications but the contrary, disabling case folding allow us to distiguish between diferent cases of the same letter ('a' and 'A') which of XML are two diferent things.
ta at NOSPAM dot magicsquare dot info
09-Jul-2002 07:52
XML_OPTION_SKIP_WHITE works for me (linux, php 4.2.1)
chris at wildcharacters dot com
22-Oct-2001 10:32
The two 'skip' tags are not available to windows users using PHP 4.0.4. The following:
gregoire dot hubert at fr dot alcove dot com
24-Mar-2001 01:05
XML_OPTION_SKIP_WHITE =1 allows the parser to skip "space" characters in xml document (default is 0)
anony at mous dot com
20-Apr-2000 08:26
Disable case folding or your code will be violating the XML 1.0 specification.
| ![]() | |||||||||||||||