--%>

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 : Passing by address or reference Passing

    Passing by address or reference: In this technique no separate memory build for formal variables that is, formal variables share similar location of actual variables and therefore any change on formal variables automatically reflected back to real var

  • Q : Define the term New operator Define the

    Define the term New operator: The operator employed to generate instances {instance} of a class.

  • Q : Explain Program counter Program counter

    Program counter: A program counter is an integral portion of a computer's Central Processing Unit. It includes a reference to the memory address of the subsequent instruction to be fetched, ready to be executed throughout the next fetch-execute cycle.

  • Q : Define Inner class Inner class : A

    Inner class: A class defined within an enclosing method or class. We use the word to refer to non-static nested classes.

  • Q : State the term non-XML resources State

    State the term non-XML resources?

  • Q : Explain the Automated Software testing

    Explain the Automated Software testing life cycle.

  • Q : Explain the way to write the opening

    Explain the way to write the opening tag of an XHTML element.

  • Q : Define Race hazard Race hazard : It is

    Race hazard: It is a situation which occurs between multiple threads sharing a resource. The race hazard occurs whenever one thread's suppositions regarding the state of a resource are invalidated by the actions of the other thread.

  • Q : Application of S60 device The

    The application has been earlier tested along with an S60 2nd Edition device and this is Symbian Signed. So can I install similar application to another S60 device?

  • Q : What is Behavior Behavior : It is the

    Behavior: It is the methods of a class which implement its behavior. A particular object's behavior is a mixture of the method definitions of its class and the present state of the object.