1
0
mirror of https://github.com/php/doc-tr.git synced 2026-03-24 07:12:18 +01:00
Files
archived-doc-tr/reference/xml/book.xml
2022-11-17 16:44:37 +03:00

69 lines
2.4 KiB
XML
Raw Permalink 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: 5f8047c12b4078a6f686b2b0589e9284c47bf155 Maintainer: nilgun Status: ready -->
<book xml:id="book.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>XML Çözümleyici</title>
<!-- {{{ preface -->
<preface xml:id="intro.xml">
&reftitle.intro;
<para>
<acronym>XML</acronym>, Genişletilebilir İmlenim Dili, XML belgeleri denen
veri nesneleri sınıfını ve kısmen de bunlar üzerinde işlem yapacak
bilgisayar programlarının davranışınııklar. W3C tarafından bir standart
olarak yayınlanmıştır. <link xlink:href="&url.xml;">&url.xml;</link>
adresinde XML ve ilgili teknolojiler hakkında bilgi edinebilirsiniz.
Standardın <link xlink:href="&url.xml.rec.turkish;">Türkçe
çevirisi</link> mevcuttur.
</para>
<para>
Bu eklenti James Clark'ın <productname>expat</productname> kütüphanesini
gerektirir. Bu işlevlerle bir XML belgeyi çözümleyebilirsiniz ancak belgenin
geçerliliğini doğrulatamazsınız. Eklenti, üç <link linkend="xml.encoding">
karakter kodlamasını</link> destekler: <literal>US-ASCII</literal>,
<literal>ISO-8859-1</literal> ve <literal>UTF-8</literal>.
<literal>UTF-16</literal> desteklenmemektedir.
</para>
<para>
Bu eklentiyle <link linkend="function.xml-parser-create">XML çözümleyiciler
oluşturabilir</link> ve farklı XML olayları için <link
linkend="xml.eventhandlers">eylemciler</link> tanımlayabilirsiniz. Ayrıca, her XML çözümleyicinin ayarlanabilen bir kaç <link
linkend="function.xml-parser-set-option">bağımsız değişkeni</link> de vardır.
</para>
</preface>
<!-- }}} -->
&reference.xml.setup;
&reference.xml.constants;
&reference.xml.eventhandlers;
&reference.xml.case-folding;
&reference.xml.error-codes;
&reference.xml.encoding;
&reference.xml.examples;
&reference.xml.reference;
&reference.xml.xmlparser;
</book>
<!-- 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
-->