XML data will appear here...
| Issue | Example | Fix |
|---|---|---|
| Invalid tag names | {"1key": "value"} | Use valid XML tag names (must start with a letter) |
| Special characters | {"text": "<html>"} | Use CDATA sections or escape characters |
| Deeply nested objects | Complex hierarchy | Consider flattening or simplifying structure |