![]() |
|
|||||||
| Notices |
| Programming Forum Web and Software Programming Forum - Java, PHP, SQL etc. |
![]() |
|
|
LinkBack (2) | Thread Tools | Display Modes |
|
||||
|
its basically a text only database.
when used with XSLT it can mimic SQL type calls and functions. it's just a way of storing and sorting data. it's best for smaller needs when using a SQL server would just be overkill.
__________________
http://justross.com/ |
|
||||
|
Quote:
(Hope that makes sense) |
|
||||
|
it depends on the needs.
personnaly i know XML/XSLT and have had no occasion to need to know SQL yet. XML and flash work really well together and occasionally some programmers use it to story large array sets that they don't want to take up line space with embedded with the other functions.
__________________
http://justross.com/ |
|
||||
|
XML stand for eXtensible Markup Language. It is a way to represent data, whichever form that may be. XML files can hold data that represent a flight schedule, employees, user access roles, appointment data, etc. There are other files that are XSLTs that are by design supposed to take XML files and present them in a usable fashion, not implying you're stuck to use XSLTs only. ASP.Net for example in it's System.XML namespace provides dozens of tools for processing XML data. It just depends on the platform you're developing with.
Now this doesn't mean that XML files aren't meant to replace databases. This is not true. XML is good for small data requirements such as a config document mentioned by Toon. Databases are still ideal for large-scale / high-speed data storage and recover of tabular data. |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
| All times are GMT. The time now is 09:44 PM. |