--%>

Explain the role XSL that dynamically generating HTML pages

Explain the role which XSL can play while dynamically generating HTML pages by a relational database?

E

Expert

Verified

Even though candidates have never participated in a project involving such type of architecture, they must recognize this as one of the common uses of XML. Firstly uerying a database and after that formatting the result set then this can be validated like an XML document allows developers to translate the data in an HTML table by using XSLT rules. Therefore, the format of the resulting HTML table can be changed without changing the database query or application code because the document rendering logic is isolated to the XSLT rules.

   Related Questions in Programming Languages

  • Q : Define Compilation Compilation : It is

    Compilation: It is a process of translating a programming language. This frequently comprises translating a high level programming language into a low level programming language, and the binary form of a specific instruction set. The translation is ex

  • Q : What is validating parser What is

    What is validating parser? Answer: A parser makes sure that an XML document is valid additionally to being well formed.

  • Q : Technologies are used in AJAX Name the

    Name the technologies that are used in AJAX?

  • Q : What is an Instance variable Instance

    Instance variable: It is a non-static field of a class. Each and every individual object of a class has its own copy of this field. This is in contrary to a class variable that is shared by all instances of class. Instance variables are employed to mo

  • Q : Define Object serialization Object

    Object serialization: The writing of an object's contents in such a manner that its state can be restored, either at a later time, or in a different procedure. This can be employed to store objects between runs of a program, or to transfer or shifts o

  • Q : What are the uses of GPC and GPT What

    What are the uses of GPC and GPT?

  • Q : Define Number of Interleavings Number

    Number of Interleavings: Besides the raw number of threads, the state space is affected by the number of potential interleavings of these threads. While there exist automated techniques (partial-order reduction) to reduce these interleavings, most mod

  • Q : State the term SOAP and explain its

    State the term SOAP and explain its relation with XML.

  • Q : What does WSDL stand for What does WSDL

    What does WSDL stand for?

  • Q : Define Abstract class Abstract class :

    Abstract class: It is a class with the abstract reserved word in its header. The Abstract classes are differentiated by the fact that you might not directly construct objects from them employing the new operator. The abstract class might have zero (0)