Hello people,
I have a question, I want to parser via python 3.8.
The project is very simple, I want to transform the scielo.org xml into the open journal system’s xml.
But I don’t understand how the tag part works
embed mime_type enconding
<'galley locale=“en_US”>
<'label>PDF
<'file>
<‘embed mime_type=“application/pdf” encoding=“base64” filename=“example.pdf”>
<’/‘embed>
<’/‘file>
<’/'galley>
Because from what I understand the ‘giant’ part that stays during the ‘embed’ tag and what carries the pdf?
Could someone better explain this to me?
Because I really need to be able to do this way, it’s almost 7k articles.
Already thank you immensely that took the time to read, and also wanted to learn or have any questions.
I apologize in advance if I can’t detail it correctly.
Ps: Can I make the template for xml from versions 3.1.2 or 2.4.8.
Hugs.