ServingXML is an open source, Apache 2.0 licensed, framework for flat/XML data

transformations.
It defines an extensible markup vocabulary for expressing flat-XML, XML-flat,
flat-flat, and XML-XML processing in pipelines.
ServingXML comes with a console app, and also documents an API for embedding
the software in a standard Java or J2EE application.

WWW: http://servingxml.sourceforge.net/

PR:		ports/138914
Feature safe:	yes
Submitted by:	Jean-Paul Beconne <jpbeconne@free.fr>
This commit is contained in:
Martin Wilke
2009-09-19 12:11:46 +00:00
parent 6505ea89b2
commit 9c0f48e129
7 changed files with 682 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
*********************************************************
* USAGE *
*********************************************************
For using servingxml, you need to specify environnemnt variables :
SERVINGXML_HOME={PREFIX}/share/java/servingxml
PATH=$PATH:$SERVINGXML_HOME
Any third party JAR must be added to CLASSPATH