pub fn from_partial_str<'a, T>(s: &'a str) -> Result<T>where T: Deserialize<'a>,
from partial xml string.
If XML parsing fails.