php - which is the best way - to store form values in xml -


my current website html based.

my xml:

<markers> <marker nn="00001" name="starbucks" address="street1" lat="-22.9063" lng="-43.2098" category="café" /> <marker nn="00002" name="tchibo" address="street2" lat="-22.9013" lng="-43.2048" category="café" /> ... </markers> 

the best way deal xml avoid @ cost. sane alternatives:

  • simple custom text(utf-8) formats
  • sexprs
  • csv
  • json
  • ndb-like

the case against xml


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -