blackbeam / rust-marc

Apache License 2.0
16 stars 5 forks source link

Output MARC XML #12

Closed ja573 closed 1 year ago

ja573 commented 1 year ago

Implementing schema http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd should be quite straightforwad using the xml-rs crate.

If you're happy for me to implement this, @blackbeam , I propose to create a new, optional, feature, xml, that implements this

blackbeam commented 1 year ago

@ja573, sure!