I have a textarea where users are expected to paste in some structured XML, I would like to take the attributes of the top level XML Element and set the other fields in the form to these element's values and remove the top level element before it is stored into the database. Is logic and parsing like this possible with vanilla filament? I expect I'll have to use some sort of regex unless XML parsing is possible at runtime like this.