are_equivalent_xml_lines_operators {beautier} | R Documentation |
Determine if XML operator lines result in equivalent trees
are_equivalent_xml_lines_operators(lines_1, lines_2, verbose = FALSE)
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 |
TRUE if the two XML lines result in equivalent trees, FALSE otherwise
Richèl J.C. Bilderbeek