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/xmlreader/book.xml
Sergey Panteleev 943001178b Sync with English
2024-06-03 10:01:06 +03:00

54 lines
1.4 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"?>
<!-- $Revision$ -->
<!-- EN-Revision: c7918b8424d38afac26a0377fb3efc0b6c8a453d Maintainer: nilgun Status: ready -->
<book xml:id="book.xmlreader" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>XMLReader</title>
<!-- {{{ preface -->
<preface xml:id="intro.xmlreader">
&reftitle.intro;
<para>
XMLReader eklentisi bir XML çözümleyicisidir. Belge akımı üzerinde her
düğümde durarak bir imleç gibi hareket eder.
</para>
<!-- {{{ Note about the encoding -->
<section xml:id="xmlreader.encoding">
&reftitle.encoding;
<para>
libxml dahili olarak UTF-8 kullandığından alınan içeriğin daima UTF-8
kodlanmış olması gerekir.
</para>
</section>
<!-- }}} -->
</preface>
<!-- }}} -->
&reference.xmlreader.setup;
&reference.xmlreader.xmlreader;
</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
-->