xml as database
xml as database
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- Hello-Sexy0
you really cant use it as a database, xml is more used as a way to store/transfer information in a well structured, universal format.... (you can do other stuff but not effectively)
meaning there isnt an efficient way to send a sql statement and have it query the xml file, if that is what you are looking for...
what is your font end?
if its flash (and the xml isnt too big) you can import the xml, parse it into an array and search through that... basically using flash to search the xml...