问题
I am developing a basic LCMS (Learning Content Management System) and I have to import a SCORM compliant lesson in my system for which I have to parse the imsmanifest.xml file and then import all the content basing upon the XML file.
Is there anybody who have done this task? Can you please guide me with sample code or a helpful link?
I am using VB.Net but even C# code will work for me.
Waiting for a quick and positive response Thanks in Advance,
回答1:
I think XPath and Linq are the best technologies for you to parse the imsmanifest.xml to do this. You can also use System.IO namespace in C# to implement your project.
来源:https://stackoverflow.com/questions/10551315/importing-scorm-compliant-lesson-imsmanifest-xml