C and D are ture or false A markupprogramming hybrid languag
C and D are ture or false?
A markup-programming hybrid language is a markup language in which some of the elements can specify programming actions, such as control flow and computation. Examples of markup-programming hybrid languages: JSP XSLT XML PL/SQLSolution
XML and PL/SQL are not mark-up programming hybrid langauges. XML is actually a pure markup language or metamarkup language. There are no tranformations in XML which specify programming like operations which is a feature of mark-up programming hybrid languages.
PL/SQL is also not a mark-up programming hybrid language. It is basically a declarative language. All implementations in SQL have procedural extensions.
