From 6333740990965e518583ded1871cf2474b51ced4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nilg=C3=BCn=20Belma=20Bug=C3=BCner?= Date: Mon, 1 Jun 2009 07:05:42 +0000 Subject: [PATCH] The current releases of XML 1.0 and XML 1.1 have no such definition, so the XML reference must be removed. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281485 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xml/case-folding.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/xml/case-folding.xml b/reference/xml/case-folding.xml index 4809cd2eab..f66146b338 100644 --- a/reference/xml/case-folding.xml +++ b/reference/xml/case-folding.xml @@ -1,11 +1,11 @@ - +
Case Folding 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 + case-folded. Case-folding is defined + 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.