DII Reference Software Contribution ----------------------------------- Contacts: Rik Van de Walle, Multimedia Lab - Ghent University rik.vandewalle@ugent.be Frederik De Keukelaere, Multimedia Lab - Ghent University frederik.dekeukelaere@ugent.be Description: Java source code for parsing MPEG-21 DIDs including DII information. For more information see m10610. Input: DID instance document with DII information Ouput: DID instance document containing DII information DID Objects based on a specifc DII Identifier, RelatedIdentifier or Type Software details: Language: Java Independent/Integrated modules: integrated with DID Dependencies: Apache XercesJ 2.2.0+ (http://xml.apache.org/xerces2-j/) KXML2 (http://xmpull.org) Run: To run you need a JVM 1.4.0 or later. For example (from within the classes directory): java -classpath .;../lib/kxml2.zip;../lib/xercesImpl.jar;../lib/xmlParserAPIs.jar be.ugent.mmlab.DIIParserDemo Or alternatively, on Windows, double-click the DIIParserDemo.bat file.