Changes between Version 1 and Version 2 of Ticket #4421, comment 35


Ignore:
Timestamp:
2012-03-06T12:18:19+01:00 (14 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4421, comment 35

    v1 v2  
    88We have no JS engine in JOSM currently and it will be not me who can add and maintain it :)
    99
    10 XPath is also not so well-known with writers of configuration files :). I cannot include support for advanced XML processing now, because XML-fragments with preferences are parsed by Preferences class and then all modifications are done for Java objects, not XML. Only some preprocessor can be called, but it can not help in complex cases.
     10XPath is also not so well-known for writers of configuration files :). I cannot include support for advanced XML processing now, because XML-fragments with preferences are parsed by Preferences class and then all modifications are done for Java objects, not XML. Only some preprocessor can be called, but it can not help in complex cases.
    1111
    1212So I tried to make a simple copy-paste-style language with limited number of commands (for partial import/export, not for scripting -  I started from shortcut schemas).