Download List

Descripción del Proyecto

myXML is a PHP implementation of the W3C's DOM,
XPath, and XSLT recommendations that does not
require additional libraries. It allows you to take
advantage of XML/XSLT technologies even if your
provider does not support it. The DOM API features
standard names for methods and properties and
should be compatible with future releases of PHP. The
library allows the execution of PHP code on the fly,
and inserts result into a DOM tree or attribute value.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-03-28 12:48
2005-03-28

Una con el reemplazo y la inserción de los nodos se ha fijado.
Tags: Minor bugfixes
A with replacing and inserting nodes was fixed.

2004-02-10 19:52
2004-02-10

El manejo de errores es totalmente avanzado. PEAR estilo de manejo de errores se amplía con una nueva clase de "error" (ver archivo Error.php para más detalles). El código es más fácil de entender y de depuración. El rendimiento ha aumentado ligeramente. El proceso del elemento XSL "xsl: include" se ha aplicado. El método público Nudo:: replaceChild () se ha aplicado. Un error en el método de nodo:: insertBefore () se ha fijado.
Tags: Minor feature enhancements
Error handling is completely advanced. PEAR style of error handling is extended with a new class "Error" (see file Error.php for details). The code is easier to understand and for debug. Performance has increased slightly. The process of the XSL element "xsl:include" has been implemented. The public method Node::replaceChild() has been implemented. A bug in the method Node::insertBefore() has been fixed.

2004-01-30 20:09
2004-01-30

El método toString público () ha sido añadido a todas las clases dictadas en myDOM, en lugar de la salida de clase. El público en analizar los métodos de () y parsefile () se han añadido a la clase de documentos y la clase de elemento. Véase el uso de estas nuevas características en sample.php.
Tags: Minor feature enhancements
The public method toString() has been added to all rendered classes in myDOM, instead of the class Output. The public methods parse() and parseFile() have been added to the Document class and Element class. See the use of these new features in sample.php.

2004-01-27 10:41
2004-01-27

Este comunicado de implementes resolución de conflictos para las normas de plantilla y el público método Nodo:: insertBefore ().
Tags: Minor feature enhancements
This release implementes conflict resolution for template
rules and public method Node::insertBefore().

2003-10-30 15:14
2003-10-12

Tags: Initial freshmeat announcement

Project Resources