- From: <denis.maier@unibe.ch>
- Date: Wed, 22 Jan 2025 16:31:20 +0000
- To: <ndw@nwalsh.com>
- CC: <xproc-dev@w3.org>
- Message-ID: <GV0P278MB02116D44B965C0C8E3FD0C8683E12@GV0P278MB0211.CHEP278.PROD.OUTLOOK.COM>
Yes, that's about it.
Gesendet von Outlook für Android<https://aka.ms/AAb9ysg>
________________________________
Von: Norm Tovey-Walsh <ndw@nwalsh.com>
Gesendet: Mittwoch, Januar 22, 2025 5:19:10 PM
An: Maier, Denis Christian (UB) <denis.maier@unibe.ch>
Cc: xproc-dev@w3.org <xproc-dev@w3.org>
Betreff: Re: base64
<denis.maier@unibe.ch> writes:
> I have a project where I produce about 200 HTML files that will have to uploaded to our Open Monograph Press installation. Of course, I’d prefer to automate this if possible. OMP support a native XML format that allows you to embed the individual files in base64 encoding.
I’m trying to work out if I understand the format.
You take a document, you serialize it, you base64 encode it, and then you embed that base64 encoded string into some sort of Open Monograph Press XML manifest XML vocabulary? Something like:
<submission>
<document id="thing1">base64encodedblob</document>
<document id="thing2">anotherbase64encodedblob</document>
</submission>
(The exact elements and metadata aren’t really my question, I’m just trying to see if I understand the general structure.)
Received on Wednesday, 22 January 2025 16:31:27 UTC