eminence / xmltree-rs

Reads an XML file into a simple tree structure
MIT License
39 stars 30 forks source link

Add take_child method. #[derive(Clone)] #3

Closed canndrew closed 8 years ago

canndrew commented 8 years ago

This PR adds a method for removing a child element from an XML tree and taking ownership of it. It also makes elements clone-able and bumps the crates version number.

eminence commented 8 years ago

Merged, docs updated, and published.

Thanks!