Skip to main content

dav_dead_property_element

Function dav_dead_property_element 

Source
pub fn dav_dead_property_element(
    stored_name: &DavRequestedProperty,
    requested_name: Option<&DavRequestedProperty>,
    stored_xml: Option<&[u8]>,
) -> DavXmlElement
Expand description

Reconstructs a persisted dead property under the requested lexical QName.

Matching validated XML contributes its attributes and children. Legacy malformed or mismatched values are emitted as escaped text instead of response markup.