Skip to content
/ XMLPaste Public

A command line tool to paste XML text of FileMaker clipboard objects.

License

Notifications You must be signed in to change notification settings

emic/XMLPaste

Repository files navigation

XMLPaste

XMLPaste is a command line tool to paste XML text of FileMaker clipboard objects.

Usage

The following options are available:

    -h, --help
    Print a brief help message.

    -n
    Do not print the trailing newline character. (macOS only)

    -o, --output <file>
    Write output to <file> instead of stdout.

    -p, --pretty
    Format the XML content.

    -v, --version
    Display version information.

Example of using XMLPaste from AppleScript

set xml to do shell script "/usr/local/bin/xmlpaste" as «class utf8»
set the clipboard to (xml as text)

Supported Versions

Please see details: https://support.claris.com/s/article/Claris-support-policy?language=en_US

  • Claris FileMaker Pro 2024 (until June 2026)
  • Claris FileMaker Pro 2023 (until Apr 2025)
  • Claris FileMaker Pro 19.6 (until Dec 2024)

System Requirements

  • macOS version : macOS Monterey 12, macOS Ventura 13 or macOS Sonoma 14
  • Windows version : Windows 10 Version 22H2 or Windows 11

Download

Download from the latest release page.

Author

Emic Corporation https://www.emic.co.jp/

License

This software is distributed under the MIT License.