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 xsl file?
How to perform XML transformation in Java?
What is document type definition (dtd)?
Is xsd xml?
How to use filtering in xslt? : xslt
What is the function of xslt?
How do I convert xml to excel?
What are the main parts of xsl document?
What do you mean by nested elements in xml?
Example of httprequest.
What is dtd in html?
Can xml be converted to excel?
What is the scope of an xml namespace declaration?
What is cdata in xml?
Define is null operator.