fn parse_xml_stylesheet_processing_instruction(
    data: &str
) -> Result<Vec<(String, String)>, ()>