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!
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