Describe the role that XSL can play when dynamically
generating HTML pages from a relational database.
Answer Posted / guest
Even if candidates have never participated in a project
involving this type of architecture, they should recognize
it as one of the common uses of XML. Querying a database and
then formatting the result set so that it can be validated
as an XML document allows developers to translate the data
into an HTML table using XSLT rules. Consequently, the
format of the resulting HTML table can be modified without
changing the database query or application code since the
document rendering logic is isolated to the XSLT rules.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do I open an rss feed?
What program opens xsd files?
If xml is just a subset of sgml, can I use xml files directly with existing sgml tools?
Can I use java to create or manage xml files?
Can we convert csv to json?
Are xml tags case sensitive?
Explain about core validation?
Why xml is a markup language?
Is xsd xml?
What is the purpose of an xml file?
What I XMLA?
Can I still use server-side inclusions?
Which are the main features of xml?
How do I export xml to excel?
describe the role of xpath?