end
a = {\
}
end
end
xml = '<?xml version="1.0" encoding="UTF-8"?>'
xml << "\n<OOPSRequest>"
xml << "<OntologyUrl>#{options[:url]}</OntologyUrl>"
xml << "<OntologyContent>"
xml << "</OntologyContent>"
xml << "<Pitfalls></Pitfalls>"
xml << "<OutputFormat>XML</OutputFormat>"
xml << "</OOPSRequest>"
end
end