mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
eb09d74c90
commit
6333740990
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<article xml:id="xml.case-folding" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Case Folding</title>
|
||||
<para>
|
||||
The element handler functions may get their element names
|
||||
<glossterm>case-folded</glossterm>. Case-folding is defined by
|
||||
the XML standard as "a process applied to a sequence of
|
||||
<glossterm>case-folded</glossterm>. 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.
|
||||
|
|
Loading…
Reference in a new issue