Functions
convert_to_boolean(attribute)
convert_to_boolean
Converts the given String into a boolean.
parse_xml(datadir, f)
parse_xml
Parses an XML file and returns the XML tree
attribute – The attribute that needs to be converted into a boolean
True, False or an Error message if the attribute doesn’t have the right value
datadir – The directory where the file is located
f – the filename
The parsed XML tree
convert_to_boolean()
parse_xml()