Categories
Tags → Xml Parser

XML Matters: The RXP parser

RXP is a validating parser written in C that creates a non-DOM tree representation of XML documents. While RXP itself is not well documented -- and not for the faint of heart -- at least two excellent higher level APIs have been built on top of RXP: ...
DETAILS

SpeedJG

SpeedJG is an XML-based GUI builder tool to create state-of-the-art Java Swing applications. The core part of this tool is a parser that reads the meta-data described in XML to create Java GUI components on the fly. An IDE, itself generated by and us...
DETAILS

Tip: Set up SAX Parsers

This is the first in a series of tips that will serve as a comprehensive guide to using XML from the Java programming language. I begin with coverage of the SAX API. This tipreviews getting an instance of a SAX parser and setting various features and...
DETAILS

JSXML

A set of JavaScript XML tools written with the goal of speed, simplicity, and minimal code. A parser that doesn''t mind if you throw 2000 lines of (well-formed) XML at it, a unique builder that invites the coding of GUIs (graphical user interfac...
DETAILS

Chilkat XML C++ Library

High-level non-validating XML parser component that is free for both commercial and non-commercial use. (1) Load/save XML files to an in-memory document object model (DOM). (2) Add name/value attribtes to nodes. (3) Compress nodes or entire sub-trees...
DETAILS

MagpieRSS

MagpieRSS is an RSS parser that uses PHP''s built in XML parser, for better support and flexibility. Supports all version of RSS, including namespaces and RSS 1.0 modules. Has a simple to use functional interface, and integrated cache system. ...
DETAILS

Fleming

Fleming is small utility to perform batch transforms of XML files against an XSL stylesheet. The results are then saved with a new file extension in another directory. Fleming is handy for creating a directory of HTML files from a directory of XML fi...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

ASP XML Parser Component

A fast, low-memory usage, XML parser specifically designed to be used server-side in ASP scripts. This DOM based parser is many times faster than MSXML, and consumes far less memory. Great for handling large XML data files. Also includes internationa...
DETAILS

xml22

This PHP4 code parses an XML document into a multidimensional array. The parser recognizes and processes almost all of XML, including processing instructions, general or external entities and notations. In addition many functions are provided to sear...
DETAILS

CFX XML Parser

CFX_XMLParser is a Fast Java CFX tag that takes an XML document and returns a ColdFusion structure containing the XML document. Our tests show this parser to be about 1000% faster than the MSXML Parser invoked through CFOBJECT. CFOBJECT based parsers...
DETAILS

Page:
©2003-2019 jCay.com