xml-rs
xml-rs copied to clipboard
reader: add EventReader::skip() convenience function to skip subtrees
Can be useful for code that reads nested element trees in various places and wants to skip known or unknown elements that are not of interest. This way it doesn't need to maintain depth state and skip manually in all those places.