Download List

專案描述

ServingXML is a markup language for expressing XML pipelines and an extensible Java framework for defining the elements of the language. It defines a vocabulary for expressing flat-XML, XML-flat, flat-flat, and XML-XML transformations in pipelines. The accompanying console app supports reading content as XML files, flat files, SQL queries, or SAX events, and writing it as XML, HTML, PDF, or mail attachments. This software is especially suited for converting flat file or database records to XML, with its support for namespaces, variant record types, multi-valued fields, segments and repeating groups, hierarchical grouping of records, and row-by-row validation with XML Schema. There is also an API for embedding the software in a Java application.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-29 15:42
0.9.3

This release introduces new elements for
validating the fields and subrecords of records
with regular expressions, and for taking
projections of specified fields of records. New
examples illustrate how to transform financial
data for FRAs and swaps into FpML documents.
標籤: Minor feature enhancements

2008-06-27 22:13
0.9.0

This release adds an sx:commandSource element,
which allows a flat file reader or an XML reader
to read from the standard output of a shell
command. It also adds an sx:commandSink element,
which allows a flat file writer or an XML
serializer to write to the standard input of a
shell command.
標籤: Minor feature enhancements

2007-10-29 08:23
0.8.0

This release comes bundled with Saxon-B 8.9.0.4
for an XSLT 2 implementation. XML-to-flat
transformation has been enhanced. A new sx:wrap
element allows extracting a set of subtrees from
an XML stream and wrapping them in containing
tags. A new sx:recordAggregator element allows
aggregating physical records into logical records,
using test expressions on adjacent records.
標籤: Minor feature enhancements

2007-07-16 06:07
0.7.2

This release fixes a number of minor bugs and also
provides better error messages with more context.
標籤: Minor bugfixes

2007-06-13 13:34
0.7.0

This release introduces an sx:batchRecords element
for producing record output in batches of a
specified size, with filenames distinguished by
batch sequence number.
標籤: Minor feature enhancements

Project Resources