Importing SCORM compliant Lesson (imsmanifest.xml)

主宰稳场 提交于 2019-12-13 06:15:56

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!