Télécharger la liste

Description du projet

XMLtp is a tiny XML parser/processor written in
Java. It was written at a time when the Java
Standard Edition didn't come with its own XML
parser. Today it is mostly useful for people
working with older Java versions or other
editions. XMLtp's main use is in applications that
use XML as their storage format for the
application's data. Since writing XML is not too
difficult, reading XML requires a little bit more
effort. XMLtp is intended to simplify this effort.
XMLtp is not supposed to replace full-fledged XML
processors, it just makes it easy to use a subset
of XML in your own Java applications.

Système requise

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.

2001-04-12 23:26
1.7

Mode de diffusion en continu a été ajouté, le rendre le système a été mis à jour, et de l'attribut encoding a été corrigé.
Tags: Minor feature enhancements
Streaming mode has been added, the make system has
been updated, and attribute encoding has been fixed.

2001-01-30 15:14
1.6

Une réécriture complète du décodage de référence (avec beaucoup de corrections de bogues, esp. Dans le décodage des entités), un correctif d'un bug dans Utils: XMLEncode () (encodage erroné de esperluette), la vérification que XMLtp fonctionne avec JDK 1.3, et mineur améliorations de la documentation.
A complete rewrite of the reference decoding (with lots of bugfixes, esp. in the decoding of entities), a fix for a bug in Utils:XMLEncode() (wrong encoding of ampersands), verification that XMLtp works with JDK 1.3, and minor documentation enhancements.

2001-01-30 15:14
1.5

Soutien pour l'analyse de CDATA, les changements dans la séquence de création élément.
Support for parsing of CDATA, and changes to the element creation sequence.

2001-01-30 15:14
1.4

Un port pour Java 2, et quelques corrections mineures dans les commentaires JavaDoc.
A port to Java 2, and some minor corrections in JavaDoc comments.

2001-01-30 15:14
1.3

Un bogue dans le traitement des entités et commercial a été corrigé. Certaines méthodes de vérifier maintenant leurs paramètres de manière plus critique.
A bug in dealing with ampersand entities has been fixed. Some methods now check their parameters more critically.

Project Resources