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 |
Why do we need dtd?
What is the advantage of automated testing over manual testing?
In what scenarios will you use a dom parser and sax parser ?
I keep hearing about alternatives to dtds. What’s a schema?
I Read xml is used to store and transfer data can you explain it with sample code for storing and displaying data.
What is the use of xslt?
What is xpath descendant?
How xml makes your data more available?
If I replace my Sqlserver with XML files and how about handling the same ?
Is xsd xml?
How to transform an xml document into another xml document? : xslt
Can we generate xsd from xml?