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.