Categories
Tags → Xml Document

Java Search Engine

Full featured server-side search engine program for web sites, completely in Java. HTML, PDF and DOC indexing, built in web crawler, international encoding support, words and phrases search, highlights words in results (like Google). Available as EJB...
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

Intro to PYX

XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking tags. Nonetheless, there are still enough rules in the XML grammar that a carefully debugged parser is...
DETAILS

Chilkat XML Parser Component

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

XMLDOM Quick Reference Guide

This is a valuable 239 page reference detailing all the interfaces deemed by W3C to be basic to any implementation of the DOM (including HTML), as well as XML-specific interfaces and Microsoft''s own, further extensions to the Document Object Mo...
DETAILS

Professional XML Schemas

Professional XML Schemas exhaustively details the W3C XML Schema language, and teaches the new syntax in an intuitive and logical way. From declaring elements and attributes, creating complex content models and working with multiple namespaces, you&a...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Long-term persistence: Serialize JavaBean component state to XML

The ability to save the JavaBean component state for long-term persistence within an XML document has been a topic of much discussion with Java developers in the past few years. This feature has finally been adopted in the 1.4 version of J2SE. This a...
DETAILS

The CTDP XML Guide

This XML guide explains XML uses, categories, elements and types of XML documents. XML structure, document type definition, element attributes, and extensible stylesheet language (XSL) is explained.
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

Creating a Function to Stream a Recordset to XML

This article shows how to create an XML document from a Recordset using the Microsoft XMLDOM object. It explains how to create a custom function that will take the contents of a Recordset and return a much friendly-on-the-eyes XML version. Once the A...
DETAILS

Page:
©2003-2019 jCay.com