mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
9c0f48e129
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>
11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
|
|
|
|
*********************************************************
|
|
* 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
|