XML Scripting
The available script format is XML.
- The XML script file stores the actions to be executed in sequence by the application: processing is synchronous and blocking, each action runs as soon as the previous action is completed (no parallel threads).
- The XML script file is passed to the exe as an argument with the -x option: replicationEZ C:\Notes\notes.ini -x C:\dev\Temp_XML\ReplicationEZ_DiscoverReplicas.xml
- "=C:\Notes\notes.ini" -x "C:\Dev\MyScript.xml"
To avoid syntax errors, some characters must be escaped in scripts:
Special Character | Escaped From | Gets Replaced By |
---|---|---|
Ampersand | & | & |
Less-than | &It; | < |
Greater-than | > | > |
Quotes | " | " |
Apostrophe | ' | ' |
BAD
<echo value="I'm happy that 6 > 5"/>
GOOD
<echo value="I'm happy that 6 > 5"/>
For the others, here is a table of correspondence of code:
HTML | XML |
---|---|
|   |
À | À |
Á | Á |
 |  |
à | à |
Ä | Ä |
Å | Å |
Æ | Æ |
Ç | Ç |
È | È |
É | É |
Ê | Ê |
Ë | Ë |
Ì | Ì |
Í | Í |
Î | Î |
Ï | Ï |
Ð | Ð |
Ñ | Ñ |
Ò | Ò |
Ó | Ó |
Ô | Ô |
Õ | Õ |
Ö | Ö |
Ø | Ø |
Ù | Ù |
Ú | Ú |
Û | Û |
Ü | Ü |
Ý | Ý |
Þ | Þ |
ß | ß |
à | à |
á | á |
â | â |
ã | ã |
ä | ä |
å | å |
æ | æ |
ç | ç |
è | è |
é | é |
ê | ê |
ë | ë |
ì | ì |
í | í |
î | î |
ï | ï |
ð | ð |
ñ | ñ |
ò | ò |
ó | ó |
ô | ô |
õ | õ |
ö | ö |
ø | ø |
ù | ù |
ú | ú |
û | û |
ü | ü |
ý | ý |
þ | þ |
ÿ | ÿ |
¡ | ¡ |
¢ | ¢ |
£ | £ |
¤ | ¤ |
¥ | ¥ |
¦ | ¦ |
§ | § |
¨ | ¨ |
© | © |
ª | ª |
« | « |
¬ | ¬ |
­ | ­ |
® | ® |
¯ | ¯ |
° | ° |
± | ± |
² | ² |
³ | ³ |
´ | ´ |
µ | µ |
¶ | ¶ |
¸ | ¸ |
¹ | ¹ |
º | º |
» | » |
¼ | ¼ |
½ | ½ |
¾ | ¾ |
¿ | ¿ |
× | × |
÷ | ÷ |
∀ | ∀ |
∂ | ∂ |
∃ | ∃ |
∅ | ∅ |
∇ | ∇ |
∈ | ∈ |
∉ | ∉ |
∋ | ∋ |
∏ | ∏ |
∑ | ∑ |
− | − |
∗ | ∗ |
√ | √ |
∝ | ∝ |
∞ | ∞ |
∠ | ∠ |
∧ | ∧ |
∨ | ∨ |
∩ | ∩ |
∪ | ∪ |
∫ | ∫ |
∴ | ∴ |
∼ | ∼ |
≅ | ≅ |
≈ | ≈ |
≠ | ≠ |
≡ | ≡ |
≤ | ≤ |
≥ | ≥ |
⊂ | ⊂ |
⊃ | ⊃ |
⊄ | ⊄ |
⊆ | ⊆ |
⊇ | ⊇ |
⊕ | ⊕ |
⊗ | ⊗ |
⊥ | ⊥ |
⋅ | ⋅ |
Α | Α |
Β | Β |
Γ | Γ |
Δ | Δ |
Ε | Ε |
Ζ | Ζ |
Η | Η |
Θ | Θ |
Ι | Ι |
Κ | Κ |
Λ | Λ |
Μ | Μ |
Ν | Ν |
Ξ | Ξ |
Ο | Ο |
Π | Π |
Ρ | Ρ |
Σ | Σ |
Τ | Τ |
Υ | Υ |
Φ | Φ |
Χ | Χ |
Ψ | Ψ |
Ω | Ω |
α | α |
β | β |
γ | γ |
δ | δ |
ε | ε |
ζ | ζ |
η | η |
θ | θ |
ι | ι |
κ | κ |
λ | λ |
μ | μ |
ν | ν |
ξ | ξ |
ο | ο |
π | π |
ρ | ρ |
ς | ς |
σ | σ |
τ | τ |
υ | υ |
φ | φ |
χ | χ |
ψ | ψ |
ω | ω |
ϑ | ϑ |
ϒ | ϒ |
ϖ | ϖ |
Œ | Œ |
œ | œ |
Š | Š |
š | š |
Ÿ | Ÿ |
ƒ | ƒ |
ˆ | ˆ |
˜ | ˜ |
  |   |
  |   |
  |   |
‌ | ‌ |
‍ | ‍ |
‎ | ‎ |
‏ | ‏ |
– | – |
— | — |
‘ | ‘ |
’ | ’ |
‚ | ‚ |
“ | “ |
” | ” |
„ | „ |
† | † |
‡ | ‡ |
• | • |
… | … |
‰ | ‰ |
′ | ′ |
″ | ″ |
‹ | ‹ |
› | › |
‾ | ‾ |
€ | € |
™ | ™ |
← | ← |
↑ | ↑ |
→ | → |
↓ | ↓ |
↔ | ↔ |
↵ | ↵ |
⌈ | ⌈ |
⌉ | ⌉ |
⌊ | ⌊ |
⌋ | ⌋ |
◊ | ◊ |
♠ | ♠ |
♣ | ♣ |
♥ | ♥ |
♦ | ♦ |
All codes can be found here: https://www.freeformatter.com/html-entities.html
Syntax errors caused by non-escaped characters look like this: