Projects tagged ‘parser’ and ‘xml’


Jump to tag:

Projects tagged ‘parser’ and ‘xml’

Filtered by Project Tags parser xml

Refine results Project Tags library (13) programming (12) development (12) tools (8) dtd (8) sax (8) java (7) rss (6) python (6) dom (6) apache (6) web (6)

[30 total ]
75

libxml2

   
Primary Language: C/C++ Licensed as: MIT License

Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform). Includes the xmllint tool for checking documents for well-formedness, validating documents against a DTD or XML Schema, and pretty printing XML input.

Metrics updated about 13 hours ago

63

Apache Xerces2 J

   
Primary Language: Java Licensed as: Apache License 2.0

A Java library for parsing, validating and manipulating XML documents. The latest version released, 2.9.1, provides support for the following standards and APIs: * XML 1.0 (4th Edition) * Namespaces in XML 1.0 (2nd Edition) * XML 1.1 (2nd ... [More] Edition) * Namespaces in XML 1.1 (2nd Edition) * W3C XML Schema 1.0 (2nd Edition) * XInclude 1.0 (2nd Edition) * OASIS XML Catalogs 1.0 * SAX 2.0.2 * DOM Level 3 Core, Load and Save * DOM Level 2 Core, Events, Traversal and Range * JAXP 1.3 [Less]

Metrics updated about 16 hours ago

38

Saxon XSLT and XQuery Processor

   
Primary Language: Java

The SAXON package is a collection of tools for processing XML documents.

Metrics updated 21 Jul 08

34

dom4j: flexible XML framework for Java

   
Primary Language: Java Licensed as: BSD-ish License

dom4j is an easy to use, open source library for working with XML, XPath, and XSLT on the Java platform, using the Java Collections Framework, and with full support for DOM, SAX, and JAXP.

Metrics updated about 8 hours ago

28

Rome, Atom/RSS Java utilities

   
Primary Language: Java

Rome is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 feeds. Rome includes a set of parsers and ... [More] generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format. [Less]

Metrics updated 19 Jul 08

19

Apache Xerces C++

   
Primary Language: C/C++ Licensed as: Apache License 2.0

Xerces-C++ is a validating XML parser written in a portable subset of C++. A shared library is provided for parsing, generating, manipulating, and validating XML documents. Xerces-C++ is faithful to the XML 1.0 recommendation and many associated ... [More] standards. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs. [Less]

Metrics updated 22 Jul 08

16

Expat XML Parser

   
Primary Language: C Licensed as: MIT License

Expat is a fast, non-validating, stream-oriented XML parsing library.

Metrics updated about 4 hours ago

15

Universal Feed Parser

 
Primary Language: XSL Transformation Licensed as: BSD-ish License

Parse RSS and Atom feeds in Python

Metrics updated 21 Jul 08

10

SimplePie

 
Primary Language: PHP Licensed as: BSD-ish License

SimplePie puts the 'simple' back into 'really simple syndication'. Flexible enough to suit newbies and veterans alike, SimplePie's focus has been two-fold: speed and ease of use. By thinking about the most useful ways to handle blogs, news sites, and podcasts, we've come up with an API that makes it easy to do cool things with your feeds.

Metrics updated about 13 hours ago

5

XMLBeans

   
Primary Language: Java Licensed as: Apache License 2.0

XMLBeans is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML, including: * Through XML schema that has been compiled to generate Java types that represent schema types. In this way ... [More] , you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo". The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model. * A cursor model through which you can traverse the full XML infoset. * Support for XML DOM. [Less]

Metrics updated about 7 hours ago