From f493e6948983c505534d5a467b5e0d0aa2f57420 Mon Sep 17 00:00:00 2001 From: Daniel Jettka Date: Thu, 8 Feb 2024 14:28:21 +0100 Subject: [PATCH] resolved conflict in manual (batch transform sections) --- manual/batch_transform.html | 79 ------------------------------------- manual/faq.html | 14 ------- manual/index.html | 2 - 3 files changed, 95 deletions(-) delete mode 100644 manual/batch_transform.html diff --git a/manual/batch_transform.html b/manual/batch_transform.html deleted file mode 100644 index ba8d303f..00000000 --- a/manual/batch_transform.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - MerMEId manual - Batch transforming documents - - - - - - - -
-
-
- Close
- MerMEId -
- -

Batch transforming XML files in the database

-

Sometimes you need to make the same changes to many or all of your MEI documents. - Typical changes are text replacements (if, for instance, your project changes its - name or address), but also more complex, structural changes are possible. Using an - XSL transformation for such tasks often is more efficient than editing all the - documents by hand. Instead of downloading all of your files, transforming them - locally on your computer, and upload them back to the server, MerMEId offers a - script to do such a transformation directly on the server.
- Please note, however, that due to software limitations transformations cannot make - any changes to the documents' root element (that is, <mei>), - such as changing the meiversion attribute. To migrate your data to newer - MEI versions, therefore, you will need to download your data, transform them locally - and upload them to the new database. -

- -

Prior to using the script, an XSLT style sheet making the desired changes must be - placed somewhere where your server has access to it.

-

The script is located in the 'tools' folder in your eXist database: batch_transform_settings.xq.

-

The server may prompt you for an administrator password in order to give you access - to the script. You should see the following form. It includes basic instructions and - suggests default settings in some of the fields:

-

Batch transform

-

Fill in the form to define which files to select. The recommended default location of the - XSLT style sheets is - (http://[your-server]/exist/rest/db/mermeid/tools/batch_xsl/), i.e. in your eXist database, - but your style sheet may also be located outside of the database or on some other server. - Click the 'Search files' button to get a list of files matching the search criteria. - Possibly not all files will actually be changed – that depends on your XSL transformation. - The list only indicates the files that the script will attempt to transform.

-

Hit the 'Transform' button to run the transformation.

- -

After the transformation process – if the connection did not time out – a - result page will list the files changed and those that were unaffected by the - transformation.

-
- - - diff --git a/manual/faq.html b/manual/faq.html index c02ec3f7..45fcff55 100644 --- a/manual/faq.html +++ b/manual/faq.html @@ -53,9 +53,6 @@

Frequently Asked Questions (FAQ)

catalogue?
  • How do I make MerMEId recognize a certain number as a catalogue work number?
  • -
  • Is there a way to do a 'search and replace' in all of my - files?
  • -
  • Can I paste any HTML tag/structure into the TINYMCE editor?
  • Customizing the MerMEId editor