are_equivalent_xml_lines_operators: Determine if XML operator lines result in equivalent trees
Description
Determine if XML operator lines result in equivalent trees
Usage
are_equivalent_xml_lines_operators(lines_1, lines_2, verbose = FALSE)
Value
TRUE if the two XML lines result in equivalent trees,
FALSE otherwise
Arguments
- lines_1
lines of a first XML file
- lines_2
lines of a second XML file
- verbose
if TRUE, additional information is displayed, that
is potentially useful in debugging
Author
Richèl J.C. Bilderbeek