You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glad I'm not the only one who tripped over XML namespaces. You'll have to set up a Context and assign the appropriate namespace(s) to it. Something like the following should work:
Ok so im trying to parse MARC 21 XML reccords. And I might mention I do this to learn rust, and MARC wich both are quite complicated.
However Ive got tvo examples one that work and one where I change this:
to simply
The later works and the first one just return empty :
Example1:
Output:
Example2:
Returns:
Im not sure why it dont lake the part of record, it just dont :)
Kind regards
/Jacob
The text was updated successfully, but these errors were encountered: