Skip to main content

Module xml

Module xml 

Source
Expand description

Semantic XML renderers for user-friendly output.

This module routes XML rendering to type-specific modules. Each XML output type (DevelopmentResult, DevelopmentPlan, etc.) has a dedicated renderer that transforms raw XML into user-friendly terminal output.

§Graceful Degradation

If XML parsing fails, renderers fall back to displaying the raw XML with a warning message. This ensures users always see output even if the format is unexpected.

Functions§

render_xml
Render XML content based on its type.