DID Reference Software Contribution ----------------------------------- Contacts: Frederik De Keukelaere, Multimedia Lab - Ghent University frederik.dekeukelaere@ugent.be Rik Van de Walle, Multimedia Lab - Ghent University rik.vandewalle@ugent.be v2.0.0 Gerrard Drury, Whisper Laboratories - University of Wollongong gerrard@titr.uow.edu.au Description: Java source code for parsing and validating MPEG-21 DIDs. Input: DID instance document Ouput: Validated DID instance document Software details: Language: Java Independent/Integrated modules: independent module Dependencies: Apache XercesJ Xerces-2_9_0+ (http://xml.apache.org/xerces2-j/) XOM 1.1 by Elliotte Rusty Harold (http://www.cafeconleche.org/XOM/) Run: To run you need a JRE 5.0 or later. For example (from within the classes directory): java -classpath .;../lib/xom-1.1/xom-1.1.jar;../lib/Xerces-2_9_0/xercesImpl.jar;../lib/Xerces-2_9_0/xml-apis.jar;../lib/Xerces-2_9_0/resolver.jar be.ugent.mmlab.DIDReferenceSoftware Or alternatively, on Windows, double-click the DIDParserDemo.bat file.