Changes between Initial Version and Version 1 of Ticket #4421, comment 39
- Timestamp:
- 2012-03-07T11:16:02+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4421, comment 39
initial v1 23 23 } 24 24 </script> 25 < preferencesid="1">25 <fragment id="1"> 26 26 <map> 27 27 ... … … 29 29 </preferences> 30 30 }}} 31 Only (but not very big) problem is to obtain <preferences id="1"> body as JSON (can you propose good and short DOM/String XML to JSON function to include in JOSM?). And no XPath :) (XPath could be useful for searchingoriginalpreferences, but it is JSON format)31 Only (but not very big) problem is to obtain <preferences id="1"> body as JSON (can you propose good and short DOM/String XML to JSON function to include in JOSM?). And no XPath :) XPath could be useful for searching '''original''' (existing) preferences, but it is JSON format. It would be very good if you add some API method to return part of preferences by XPath (including defaults...). 32 32 33 What do you think about it?33 What do you think about this mixed approach?


