Categories
Tags → Parser

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

quickerUBB

This ubb parser is about 10 times faster than ordinary preg_replace/eregi_replace ubb parser. This parser builds a tree of input text, therefore enabeling it to correct mispellings and unclosed tags. The script at the moment supports the most com...
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

Using Regular Expressions to get HTML tags

This article will show the SIMPLE use of regular expressions (Perl style/PCRE) to get the values of data delimited by HTML tags. Instead of building a parser that pushes start tags onto a stack and pulls them off once a stop tag is found (if one is f...
DETAILS

Big Faceless Report Generator

The Big Faceless Report Generator is a Java component for creating PDF reports from XML. The Extended Edition includes a PDF reader for importing && editing functionality. Using JSP, ASP, XSL or similar, creating dynamic PDF documents direct ...
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

Develop rock-solid code in PHP: Use variables effectively

The series Develop rock-solid code in PHP is about solving practical, real-life problems in medium- to large-scale applications. This article discusses how to use variables effectively. It also shows how to make script configuration easy by construct...
DETAILS

Page:
©2003-2019 jCay.com