File: /examples/odt.php

Description

Using QueryPath to parse an Open Document Type (ODT) text file.

The ODT format is a standard way of representing word processing documents. It is based on a combination of technologies, one of which is XML. Document text is stored in a structural (semantic) XML document, while other information, such as style sheets, are stored in auxilliary files.

This example shows how ODT files can be opened and manipulated using QueryPath.

The file used here was generated by OpenOffice 3.x. Other word processors are also capable of generating ODT files.

Classes defined in this file

CLASS NAME

DESCRIPTION

Include/Require Statements

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

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

Include main QP library.

Global Variables

Constants

Functions


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