slushpuppy 0 Report post Posted May 18, 2007 Hi, I like to know briefly about XML , XHTML and can be they be in replacement of MYSQL/MYSQL for data storage? Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted May 19, 2007 No. xhtml is a language used to display information in your web browser. Mysql is a language for storing/retrieving information to/from a database. Use a Server side scripting language (php or Asp) to have the mysql data displayed on your xhtml pages. Share this post Link to post Share on other sites
~Dave 0 Report post Posted May 19, 2007 http://www.w3schools.com/ is a GREAT resource for ANY programming languages i think check it out its great even gives examples! Share this post Link to post Share on other sites
ramandhingra 0 Report post Posted August 2, 2007 yes, xml is the future over databases.. but as of now, it wont be a good choice to replace it over mysql databases..1. xml requires a lot of computing power coz its just an inbuilt Stream Handling Technique.2. There isnt a much helping query language for xml. You have to jump from node to node.. Though, Xquery is advcaning.3. You can edit databases much easily with SQL.But, if you opt for xml now.. your program would be future secured..!! Trust me.. Xml is the next big thing.Just see.. even in MS Office 2007, they have added xml formats to save ppt, doc files..Who knows.. the day isnt far.. when there would be a totally XML based OS.. :-).. Share this post Link to post Share on other sites