How are XML attributes handled?
Attributes become properties prefixed with @ (e.g., @id). Text content goes in #text when attributes exist on the same element.
Can it handle large XML files?
Yes, for most practical sizes. Very large files (10+ MB) may cause delays depending on your browser.