thscharler / spreadsheet-ods

Apache License 2.0
29 stars 6 forks source link

feat: add fn to get attribute of xml tag #32

Closed 0x00002a closed 12 months ago

0x00002a commented 1 year ago

fixes: #31

This adds a function get_attr to XmlTag that just looks up the attribute in its internal attr. It does not expose attr directly since I wasn't sure whether attr should be an implementation detail or not.