Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Ein mit dem Ersetzen und Einfügen von Knoten wurde behoben.
Tags: Minor bugfixes
A with replacing and inserting nodes was fixed.

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

Fehlerbehandlung ist ganz weit fortgeschritten. PEAR-Stil der Fehlerbehandlung ist mit einer neuen Klasse "Fehler" erweitert (siehe Datei error.php für Details). Der Code ist leichter zu verstehen und zu debuggen. Die Performance hat sich leicht erhöht. Der Prozess der XSL-Element "xsl: include" umgesetzt wurde. Die öffentliche Methode Knoten:: replaceChild () implementiert wurde. Ein Fehler in der Methode Knoten:: insertBefore () wurde behoben.
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

Die öffentliche Methode toString () wurde für alle Klassen in MYDOM gemacht hat, statt der Klasse Leistung. Die öffentlichen Methoden parse () und parseFile () gewesen, die Document-Klasse und Element-Klasse aufgenommen. Sehen Sie sich die Nutzung dieser neuen Funktionen in 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

Diese Pressemitteilung implementes Konfliktlösung für Template-Regeln und öffentliche Methode Knoten: 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