InterviewSolution
Saved Bookmarks
| 1. |
What Is A Data Template? |
|
Answer» Datatemplate is an XML structure which contains the QUERIES to be run against the database so that desired OUTPUT in xml format is generated, this generated xml output is then applied on to the layout TEMPLATE for the final output. Datatemplate is an xml structure which contains the queries to be run against the database so that desired output in xml format is generated, this generated xml output is then applied on to the layout template for the final output. |
|