Re: base64

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