1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-26 08:02:15 +01:00
Files
archived-doc-ja/reference/xml/case-folding.xml
2009-09-28 05:30:52 +00:00

43 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: takagi Status: ready -->
<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>
要素ハンドラ関数は、その要素に<glossterm>大文字小文字を変換する
(case-folded)</glossterm>の名前をつけることができます。
大文字変換(case-folding) は、
"大文字でないものは等価な大文字に置換される一連の文字に適用されるプロセス"
として定義されています。言い替えると、
XML に関しては単に大文字変換は大文字にすることを意味します。
</para>
<para>
デフォルトで、ハンドラ関数に渡される全ての要素名は、大文字変換さ
れます。この動作は、<function>xml_parser_get_option</function>
および<function>xml_parser_set_option</function> 関数でXMLパーサー
毎にそれぞれ問い合わせ、制御することが可能です。
</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
-->