
On Fri, 2005-04-15 at 11:11 +0100, William Lee wrote:
When you say a parser, do you mean a XML-to-Object binding for JSDL schema? JSDL is specified in XML, therefore any XML tools (e.g. DOM4j, JDOM, JAXB in Java) will do the job.
In java, I'm currently using xmlbeans, http://xmlbeans.apache.org/ for this kind of thing. IMHO the XML schema support is unparallelled. It eats the JSDL.xsd with no problems ! I guess everyone has their favourite in such matters though. Roger
If you are looking for a JSDL consumer, Imperial College has a project called GridSAM (http://www.lesc.ic.ac.uk/gridsam), which translates JSDL into DRM-specific (e.g. Condor, SGE) actions. UCL has a project for translating JSDL into Condor ClassAds.
William
Aleksandr Konstantinov wrote:
Hello JSDL gurus,
Does anybody know any common purpose JSDL parser implementation? Or project which is going to release such? Preferably with C/C++ API.
Thanks,
A.K.