Files
bun.sh/config.xml
Claude Bot 6ebd82ff53 Fix XML parser to use JSON-like attribute handling
- Remove @ prefix from XML attributes
- Attributes now become regular object properties like JSON
- Example: <book title="Test"> becomes {"title": "Test"}
- This matches JSON-style object representation as requested
- Build and basic attribute parsing now working correctly

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-24 00:14:33 +00:00

2 lines
81 B
XML

<config><database host="localhost" port="5432"/><debug enabled="true"/></config>