I have an XML document with a DTD, and would love to be able to access the XML model, something like this:
title = Thing.Items[0].Title
Is there a way, in Ruby, to generate this kind of object model based on a DTD? Or am I stuck using REXML?
Thanks!