downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.xml.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.xml.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.xml.php',
   
1 => 'XML Parser',
  ),
 
'up' =>
  array (
   
0 => 'refs.xml.php',
   
1 => 'XML Manipulation',
  ),
 
'prev' =>
  array (
   
0 => 'function.wddx-unserialize.php',
   
1 => 'wddx_unserialize',
  ),
 
'next' =>
  array (
   
0 => 'intro.xml.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">XML Parser</h1>
 
 
 
 
 
 







 






 






 






 






 






 






 








<ul class="chunklist chunklist_book"><li><a href="intro.xml.php">Introduction</a></li><li><a href="xml.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="xml.requirements.php">Requirements</a></li><li><a href="xml.installation.php">Installation</a></li><li><a href="xml.configuration.php">Runtime Configuration</a></li><li><a href="xml.resources.php">Resource Types</a></li></ul></li><li><a href="xml.constants.php">Predefined Constants</a></li><li><a href="xml.eventhandlers.php">Event Handlers</a></li><li><a href="xml.case-folding.php">Case Folding</a></li><li><a href="xml.error-codes.php">Error Codes</a></li><li><a href="xml.encoding.php">Character Encoding</a></li><li><a href="xml.examples.php">Examples</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="example.xml-structure.php">XML Element Structure Example</a></li><li><a href="example.xml-map-tags.php">XML Tag Mapping Example</a></li><li><a href="example.xml-external-entity.php">XML External Entity Example</a></li></ul></li><li><a href="ref.xml.php">XML Parser Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.utf8-decode.php">utf8_decode</a> — Converts a string with ISO-8859-1 characters encoded with UTF-8
   to single-byte ISO-8859-1</li><li><a href="function.utf8-encode.php">utf8_encode</a> — Encodes an ISO-8859-1 string to UTF-8</li><li><a href="function.xml-error-string.php">xml_error_string</a> — Get XML parser error string</li><li><a href="function.xml-get-current-byte-index.php">xml_get_current_byte_index</a> — Get current byte index for an XML parser</li><li><a href="function.xml-get-current-column-number.php">xml_get_current_column_number</a> — Get current column number for an XML parser</li><li><a href="function.xml-get-current-line-number.php">xml_get_current_line_number</a> — Get current line number for an XML parser</li><li><a href="function.xml-get-error-code.php">xml_get_error_code</a> — Get XML parser error code</li><li><a href="function.xml-parse-into-struct.php">xml_parse_into_struct</a> — Parse XML data into an array structure</li><li><a href="function.xml-parse.php">xml_parse</a> — Start parsing an XML document</li><li><a href="function.xml-parser-create-ns.php">xml_parser_create_ns</a> — Create an XML parser with namespace support</li><li><a href="function.xml-parser-create.php">xml_parser_create</a> — Create an XML parser</li><li><a href="function.xml-parser-free.php">xml_parser_free</a> — Free an XML parser</li><li><a href="function.xml-parser-get-option.php">xml_parser_get_option</a> — Get options from an XML parser</li><li><a href="function.xml-parser-set-option.php">xml_parser_set_option</a> — Set options in an XML parser</li><li><a href="function.xml-set-character-data-handler.php">xml_set_character_data_handler</a> — Set up character data handler</li><li><a href="function.xml-set-default-handler.php">xml_set_default_handler</a> — Set up default handler</li><li><a href="function.xml-set-element-handler.php">xml_set_element_handler</a> — Set up start and end element handlers</li><li><a href="function.xml-set-end-namespace-decl-handler.php">xml_set_end_namespace_decl_handler</a> — Set up end namespace declaration handler</li><li><a href="function.xml-set-external-entity-ref-handler.php">xml_set_external_entity_ref_handler</a> — Set up external entity reference handler</li><li><a href="function.xml-set-notation-decl-handler.php">xml_set_notation_decl_handler</a> — Set up notation declaration handler</li><li><a href="function.xml-set-object.php">xml_set_object</a> — Use XML Parser within an object</li><li><a href="function.xml-set-processing-instruction-handler.php">xml_set_processing_instruction_handler</a> — Set up processing instruction (PI) handler</li><li><a href="function.xml-set-start-namespace-decl-handler.php">xml_set_start_namespace_decl_handler</a> — Set up start namespace declaration handler</li><li><a href="function.xml-set-unparsed-entity-decl-handler.php">xml_set_unparsed_entity_decl_handler</a> — Set up unparsed entity declaration handler</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites