Download List

프로젝트 설명

Data2XML is a quick JAXB-based tool for parsing
simple-to-moderately-complex input data into a flat XML representation.
It is meant to replace simple String.substring() operations and keyword
searches in Java by an easy-to-use XML-configured parser. It is
initialized with an XML configuration file that dictates the parsing
rules, and can then be used to convert an input data stream into XML.
It can search for the occurrence of certain substrings and cut the data
into smaller "Tokens" using various conditions like offset definitions.
After a value is read, it can be validated against a set of OR- and
AND-connected tests that check for the occurrence or non-occurrence of
certain strings, check values, etc.

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.

2005-10-27 15:37
1.3

장기 연체 regexp와 valueValidator 지원이 추가되었습니다.
Tags: Minor feature enhancements
Long-overdue regexp valueValidator support was
added.

2005-06-09 07:02
1.2

추가 ValueValidators에 대한 지원, 길이, isShorterThan를 포함한 추가되었고 isLongerThan.
Tags: Minor feature enhancements
Support for additional ValueValidators was added, including length, isShorterThan, and isLongerThan.

2005-05-19 15:40
1.1

"readUntilEnd"연산자가 추가되었습니다. 마이너 설명서를 업데이 트되었다 개미에 포함된 파일을 작성했다.
Tags: Minor feature enhancements
A "readUntilEnd" operator was added. Minor documentation updates were made and an Ant build file was included.

2005-03-11 17:07
1.0

Tags: Initial freshmeat announcement

Project Resources