What is the best java library to create SCORM manifest xml

668 views Asked by At

I have a Java application that creates educational content (courses, lessons, etc), and want to export this content to SCORM 2004 version 4 standard.

I didn't find any Java jars\projects that can help me to create and validate the scorm manifest.xml.

Do you know a good Java project that can help me in the creation and validation process for the XML?

thanks!

2

There are 2 answers

2
hfontanez On BEST ANSWER

There a link some to useful DTDs.

What you need to do is to write validators using some framework. I recommend using DOM. Here's a link to a XML validator using DTD tutorial

0
tom creighton On

ADL's Reload Content Editor is an open source Java app that helps generate conformant SCORM packages. You might be able to use some of the code in it.

http://www.adlnet.gov/scorm/scorm-2004-4th/