class CFPropertyList::XML

def get_value(n)

get the value of a DOM node
def get_value(n)
  return n.first.content if n.children?
  return n.content
end