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 make an xml file?
Can we do sorting in XSL ? how do you deal sorting columns dynamically in XML.
Why do we need dtd?
What is document object model? Why it is used?
What is the correct syntax when we define XML version?
Why is my rss feed not working?
What is the difference between html and xml?
What are the ways to add styles to html?
How to use element in xslt? : xslt
How to conduct various xml transformations in java?
How to transform an xml document into another xml document? : xslt
What are the limitations of dtd?
Are the names of all element types and attributes in some xml namespace?
What is the extension of xslt file?
What is metadata in excel?