pub fn from_str<'a, T: Deserialize<'a>>(xml: &'a str) -> Result<T, DeError>
Parse PLCopen XML string into a typed structure.
Uses quick-xml with serde for fast, type-safe parsing.