skyscraper 0.7.0

XPath for HTML web scraping
Documentation
mod test_framework;

mod xpath_tests {
    mod apply_to_item_tests;
    mod arithmetic_expression_tests;
    mod array_constructor_tests;
    mod arrow_operator_tests;
    mod builtin_function_tests;
    mod cast_tests;
    mod castable_tests;
    mod combining_sequences_tests;
    mod comparison_expression_tests;
    mod contains_tests;
    mod for_expression_tests;
    mod function_item_tests;
    mod let_expression_tests;
    mod quantified_expression_tests;
    mod if_expression_tests;
    mod forward_axis_tests;
    mod forward_step_tests;
    mod github_sample_tests;
    mod html_document_conversion_tests;

    mod kind_test_tests;
    mod instance_of_tests;
    mod logical_expression_tests;
    mod map_constructor_tests;
    mod node_test_tests;
    mod partial_application_tests;
    mod postfix_expression_tests;
    mod qname_tests;
    mod range_expression_tests;
    mod reverse_axis_tests;
    mod sequence_type_tests;
    mod lxml_tests;
    mod simple_map_tests;
    mod string_concat_tests;
    mod treat_tests;
    mod type_matching_tests;
    mod uri_qualified_function_tests;
    mod lookup_tests;
    mod regression_tests;
}