• Hello dear friends,
    one of the actions is to send XML code (plain text) to a systemsoftware. However, the entered code changes automatically on a regular basis.
    The code entered in text format:
    <! -? xml version = “1.0” encoding = “UTF-8”? ->
    1.0
    [date-1]
    [date-2]
    [……]
    [……]
    […..]
    […..]
    […..] [……]
    […….] [……]
    Apparently this always happens when the “Actions” tab is clicked without changes being saved.
    How can I prevent this?

Viewing 1 replies (of 1 total)
  • Thread Starter klabauter18055

    (@klabauter18055)

    xml code:
    <? xml version = “1.0” encoding = “UTF-8”?>
    <pms_import>
    <version> 1.0 </version>
    <arrival> [file] </arrival>
    <depart> [dateout] </depart>
    <persons>
    <person>
    <surname> [last name] </surname>
    <givenname> [first name] </givenname> …
    saved.

    After reopening the action (Plugin Redirections for cf7)
    has the code changed itself:
    <! -? xml version = “1.0” encoding = “UTF-8”? ->
    1.0
    [date-1]
    [date-2]
    [……]
    [……]…

    “Use plain text e-mail” is on

Viewing 1 replies (of 1 total)

The topic ‘XML-code’ is closed to new replies.