mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-20 19:08:54 +00:00

- (Created missing setup sections in setup.xml, if any) - Moved the intro to book.xml - Changed the intro ID from <extname>.intro to intro.<extname> - Created empty constants appendix - Moved the resource section to setup.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248883 c90b9560-bf6c-de11-be94-00142212c4b1
52 lines
1.3 KiB
XML
52 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<!-- Purpose: xml -->
|
|
<!-- Membership: pecl -->
|
|
|
|
<book xml:id="book.xmlwriter" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>XMLWriter</title>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.xmlwriter">
|
|
&reftitle.intro;
|
|
<para>
|
|
This is the XMLWriter extension. It wraps the libxml xmlWriter API.
|
|
</para>
|
|
<para>
|
|
This extension represents a writer that provides a non-cached,
|
|
forward-only means of generating streams or files containing XML data.
|
|
</para>
|
|
<para>
|
|
This extension can be used in an object oriented style or a procedural
|
|
one. Every method documented describes the alternative procedural call.
|
|
</para>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.xmlwriter.setup;
|
|
&reference.xmlwriter.constants;
|
|
&reference.xmlwriter.reference;
|
|
|
|
</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:"../../../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
|
|
-->
|
|
|