Changes between Initial Version and Version 1 of Ticket #4421, comment 39


Ignore:
Timestamp:
2012-03-07T11:16:02+01:00 (14 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4421, comment 39

    initial v1  
    2323}
    2424</script>
    25 <preferences id="1">
     25<fragment id="1">
    2626<map>
    2727...
     
    2929</preferences>
    3030}}}
    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 preferences, but it is JSON format)
     31Only (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...).
    3232
    33 What do you think about it?
     33What do you think about this mixed approach?