Describe the role that XSL can play when dynamically
generating HTML pages from a relational database.
Answer / 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 |
How do I use prefixes to refer to element type and attribute names in an xml namespace?
How is xml extensible?
What do you mean by nested elements in xml?
Can we use xml as database?
Explain in details about the XSL-FO?
What is the difference between xsl and xsd?
What does xls mean?
How do you create an xml file?
Write about well-formed and valid xml documents?
How to send xml attachment as mail after generating using SAX parser ? using Dom parser it is possible,but using SAX we unable send Any body please help .................
How are white-spaces handled by xml?
What is xsi type?