Download List

Projeto Descrição

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

A com substituição e inserção de nós foi corrigido.
Tags: Minor bugfixes
A with replacing and inserting nodes was fixed.

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

Manipulação de erro é completamente avançada. PEAR estilo de tratamento de erro é estendido com uma nova classe de "erro" (ver ficha error.php para detalhes). O código é mais fácil de entender e de depuração. Desempenho tem vindo a aumentar ligeiramente. O processo do elemento XSL "xsl: include" foi implementado. O método public Node:: replaceChild () foi implementado. Um bug no método de Nó:: insertBefore () foi corrigido.
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

O público método toString () foi acrescentado a todas as classes proferida na mydom, em vez da saída de classe. Os métodos de análise pública () e parseFile () foram adicionados à classe Documento e classe Element. Veja a utilização destes novos recursos no 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

Esta versão implementando-modelo de resolução de conflitos para as regras e método público Node:: 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