I understand that XML is a good solution when one application needs to
exchange data with another application/system, because of predefined DTDs/XSDs.
Here is my question : What are the other application where I can use XML ?
(1) Is it a good idea to design my small personal web page using XML, then use XSLT or XSL-FO.
(My thoughts : I find it easier to use HTML directly. What are the advantages of using XML here?)
(2) How about a web based Time sheet system - This database application basically maintains employees hours worked and some personal info online and providing reports for hours worked etc.
Is it a good idea to use XML here with
Java Servlets/JSP? Or HTML with JSP/Servlets Or any other better solution ?
Thanks a lot,
Rashmi