Categories
Tags → Validating Xml

PHP XML Parser

Magic Parser for PHP can parse just about any XML or CSV variant (comma, tab, pipe separated values etc.) text file, ideal for parsing affiliate product feeds, exported spreadsheet data etc. The script will automatically detect the format of almost a...
DETAILS

Sanity

The purpose of sanity.pl is to be an extremely flexible tool for determining the sanity of a development, qa or production UNIX/Linux environment. All parameters for a sanity.pl run are passed in via an XML based config file. The tests sanity.pl ca...
DETAILS

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

XML for C++

XML4C consists of three shared libraries (two code and one data) that provide classes for parsing, generating, manipulating, and validating XML documents. XML4C is faithful to the XML 1.0 Recommendation and associated standards (DOM 1.0, SAX 1.0, DOM...
DETAILS

ASP.NET Unleashed

A well-known expert in the ASP development community, best-selling Author Steven Walther brings his experience as an ASP.NET trainer to ASP.NET Unleashed. With this valuable guide, readers learn the advanced features of ASP.NET, and how to apply them...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
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 Parser for Java

XML Parser for Java is a validating XML parser written in 100% pure Java. The package (com.ibm.xml.parser) contains classes and methods for parsing, generating, manipulating, and validating XML documents. XML Parser for Java is believed to be the mos...
DETAILS
©2003-2019 jCay.com