Files
php-doc-ru/reference/xml/case-folding.xml
2024-04-04 16:57:02 +03:00

42 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: mch Status: ready -->
<!-- Reviewed: no -->
<article xml:id="xml.case-folding" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Приведение к единому регистру</title>
<para>
Функции-обработчики элементов могут получать имена своих элементов
<glossterm>приведёнными к единому регистру</glossterm>. Приведение к единому
регистру определяют как «обработку последовательности
символов, при которой символы, которые функция идентифицировала как „не в верхнем регистре“,
заменяются эквивалентами верхнего регистра». Говоря по-другому, когда
дело касается XML, приведение к единому регистру означает просто перевод символов
в верхний регистр.
</para>
<para>
Регистр имён элементов, которые передают функциям-обработчикам,
по умолчанию выравнивается. Такое поведение для каждого отдельного
XML-парсера запрашивают функцией <function>xml_parser_get_option</function>,
а управляют — функцией <function>xml_parser_set_option</function>.
</para>
</article>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->