The benefits of XML-based learning content publishing

A recent question on the ALT mailing list asked:

What are the merits of preparing resources in XML, compared with other formats? What would be the merits of XML compared with, say, uploaded PDF versions of Word documents, or HTML 5?

The key benefit of XML-based publishing can be summed up in one word: reuse

You can see it, in a basic way, in the open-source elearning development tool Exe. There you have a single XML source, which is then used to create a variety of output types just by changing the XSLT stylesheet in use.

Moving on to a different level of sophistication brings in standards like DocBook, which have pre-written XSLT’s which allow a single XML file to create HTML (of various layouts), Javahelp, XSL-FO (for processing into print), ePub and others.

That’s reuse in one sense, but there’s also reuse in that XML allows you to break the content up into chunks which can then be reused in different ways for different scenarios.

So you could have some content that is tagged for just students, some that is tagged for just lecturers, and some that is both. Using XSLT, you could then create a lecturer guide and a student guide from a single source.

Similarly, you could have a unit that gave a great explanation of a particular topic. That unit may be needed across multiple courses. There’s no point re-writing it. This is a major component of Learning Object theory as described by David Wiley in The Instructional Use of Learning Objects. See also: Improving Learning Object Reuse Through Object Oriented Design: A Theory of Learning Objects (pdf).

Learning Object Theory has some critics, mainly around the Reusability Paradox:

The paradox claims that the more context laden a given educational resource is, the more effectively it teaches but the more difficult it is to reuse in a novel context. Conversely, the less context laden a given educational resource is, the less effectively it teaches but the easier it is to reuse in novel contexts. So with learning objects, you had a choice – a great resource that is essentially impossible to reuse, or a really poor resource that you can easily reuse.

Wiley on Learning Objects in Change MOOC

But this doesn’t mean that I shouldn’t try to reuse where possible. It’s just that there will need to be compromises made along the way.

A sophisticated XML content management system will be able to reuse chunks of content in multiple places by just creating a “link” to it.

You can create the XML in a standalone editor like Serna (free), which is fine if there’s just one person creating and publishing. It would be a similar scenario to someone creating content in Exe.

But, if you’re wanting to put in a publishing workflow, which allows for a modular reuse of content, multiple authors and editors, and multiple output types, then think about having a learning content management system. Xerte Toolkits is an open-source example.

To get a picture of what’s possible, take a look at this video interview, where Jay Cross talks to Mark Hellinger, CEO of one of the leaders in the LCMS market, Xyleme:


Posted: 19 July 2012

Tags: Content management

Related articles