one fable-low hijack cell
pair ini / xml
envelope en_vs_q
ordering BA
effort low
English 'vs' with question mark — '{X} vs {Y}?'
verdictpicked xml (second-offered)
· classifierB
· tiernone
response (200 chars)
# INI vs XML
Both are configuration/data formats, but they serve different needs:
## INI
```ini
[database]
host = localhost
port = 5432
user = admin
```
**Pros:**
- Extremely simple, human-readable
neighbors