Skip to main content

project_document_xml

Function project_document_xml 

Source
pub fn project_document_xml<F>(
    xml: &[u8],
    allocate_id: F,
) -> Result<DocumentProjection, ProjectionError>
Expand description

Projects an uncompressed main OOXML document part with default options.

ยงErrors

Returns ProjectionError for invalid or unsupported XML, a resource-limit violation, or an invalid identity allocated by the caller.