XML data will appear here...
Issue | Example | Fix |
---|---|---|
Invalid XML tag names | {"1key": "value"} | Use valid tag names (letters only to start) |
Special characters in values | {"text": "<html>"} | Wrap with CDATA or escape characters |
Complex nested objects | Deep nesting with mixed types | Flatten if needed or restructure JSON |