XML use case
XML Sample File for Malformed Feed Recovery
Exercise XML parser failure handling, truncation recovery, and malformed-document messaging with real valid and intentionally broken XML controls.
295 B
Manifest JSON
SHA256
Starter file
Download
xml_product_catalog_sample.xml
Checklist
Testing Steps
- Compare valid XML feeds with malformed and truncated controls to verify actionable parser errors.
- Validate retry, rejection, and operator messaging before changing XML ingestion safeguards.
- Confirm large valid XML files still pass cleanly while malformed controls fail without corrupting downstream state.
Companion fixtures
Related Variants
Next steps