Skip to content

Instantly share code, notes, and snippets.

@jonbartels
Created June 3, 2022 14:49
Show Gist options
  • Save jonbartels/d8a1b789dd251e30c4a74baac3a3957a to your computer and use it in GitHub Desktop.
Save jonbartels/d8a1b789dd251e30c4a74baac3a3957a to your computer and use it in GitHub Desktop.
Launch Rhino with Mirth Connect

From - nextgenhealthcare/connect#5193 (comment)

PS C:\Program Files\Mirth Connect\server-lib> java -jar .\rhino-1.7.13.jar Rhino 1.7.13 2020 09 02
js> x = <A/>

js> x += <B/>
<A/>
<B/>

js> x = <A/>

js> x.appendChild(<B/>)
<A>
<B/>
</A>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment