Categories
Tags → Xml Parser Code

Simple XML/RSS Parser

Simple XML/Parser is a XML parser designed for to parse most valid news and blog feeds. No database required to work with it. All you need is to include a subroutine in your code and call it.
DETAILS

Flash Xml Remoting V3.1

Flash Xml Remoting is a Component for Flash 2004 and 8 (AS2.0) that converts XML to object Arrays. Flash Xml Remoting v3.1 includes quite a few updates these include : Source code is now public. - XML can be compressed using the LZ77 Alg...
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

DevGuru XSLT Quick Reference Guide

This is a comprehensive 101-page reference source for all of the elements and functions that compose the eXtensible Stylesheet Language Transformation (XSLT) language version 1.0. This Quick Reference features real working code examples which were te...
DETAILS

Decoding XML and the DTD

This introductory article shows how to create XML Document Type Definitions (DTDs) and well-formed, well-defined XML files that can be validated by the XML parser of your choice. While you don''t have to include a DTD with every XML file you pro...
DETAILS

XML programming in Java

This article describes the design and implementation of an intuitive, fast and compact (40K) Java toolkit for parsing and manipulating XML -- Electric XML -- the XML engine of the author''s company. It shows one way to apply object-oriented tech...
DETAILS

MinML

MinML is an XML parser written in Java. It was written to be used in embedded Java systems where storage space is at a premium. The code is quite compact, but MinML was also designed to minimise the heap space used by the program when parsing a docum...
DETAILS
©2003-2019 jCay.com