pub fn parse( xml: &str, function: fn(tag: String, instruction: String, params: String), ) -> Result<(), PError>