All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nance.prov.prov-xml.0.9.3.source-code.xerces.sh Maven / Gradle / Ivy

Go to download

Java Objects representing the PROV model and an XML serialiser/deserialiser for them. Classes were initially generated by JAXB, from the XML schema for PROV, and over time edited by hand.

There is a newer version: 1.0.0
Show newest version
#!/bin/sh

CLASSPATH=$CLASSPATH:/usr/local/java/xerces-2_11_0-xml-schema-1.1-beta/xercesImpl.jar:/usr/local/java/xerces-2_11_0-xml-schema-1.1-beta/xercesSamples.jar:/usr/local/java/xerces-2_11_0-xml-schema-1.1-beta/org.eclipse.wst.xml.xpath2.processor_1.1.0.jar:/usr/local/java/xerces-2_11_0-xml-schema-1.1-beta/resolver.jar:/usr/local/java/xerces-2_11_0-xml-schema-1.1-beta/serializer.jar:/usr/local/java/xerces-2_11_0-xml-schema-1.1-beta/xml-apis.jar

export CLASSPATH

echo "java jaxp.SourceValidator -xsd11 $*"
java jaxp.SourceValidator -xsd11 $*







© 2015 - 2024 Weber Informatics LLC | Privacy Policy