File: /examples/xml.php

Description

Using QueryPath.

This file contains an example of how QueryPath can be used to generate XML.

QueryPath's ability to handle arbitrary XML comes in handy. Fragments of HTML can be composed as external XML documents, and then inserted selectively into an HTML document as needed. Just remember: Ever XML document -- even just a string -- needs to begin with the XML declaration:

  1.  <? xml version="1.0"?>
(A space was inserted above to prevent the documentation renderer from misinterpreting it.)

Classes defined in this file

CLASS NAME

DESCRIPTION

Include/Require Statements

'../src/QueryPath/QueryPath.php' (line 22)

require_once : '../src/QueryPath/QueryPath.php'

Global Variables

Constants

Functions


Documentation generated on Sun, 25 Jul 2010 16:09:12 -0500 by phpDocumentor 1.4.3