Bagi Anda yang telah menggunakan Modx Evolution selama ini pasti sudah hafal dengan tag syntax yang digunakan di dalam template. Untuk Modx Revolution terjadi perubahan tag syntax yang digunaka.
Berikut adalah daftar perubahan dari Tag Syntax yang di gunakan di Modx Revolution :
| Content Elements | Evolution (Old) | Revolution (New) |
| Templates | no tag representation | no tag representation |
| Template Variables | [*templatevar*] | [[*templatevar]] |
| Chunks | {{chunk }} |
[[$chunk]] |
| Snippets | [[snippet]] | [[snippet]] |
| Plugins | no tag representation | no tag representation |
| Modules | no tag representation | does not exist in Revolution |
| Content Tags | ||
| Placeholders | [+placeholder+] |
[[+placeholder]] |
| Links | [~link~] | [[~link]] |
| System Settings | [(system_setting)] | [[++system_setting]] |
| Language | no tag representation | [[%language_string_key]] |