are_equivalent_xml_lines_section {beautier} | R Documentation |
Determine if XML lines result in equivalent trees
are_equivalent_xml_lines_section(lines_1, lines_2, section, verbose = FALSE)
lines_1 |
lines of a first XML file |
lines_2 |
lines of a second XML file |
section |
the name of the XML section |
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