Chapter 11. Generating XML and HTML Using XQuery
by Per Bothner
IN THIS CHAPTER
Tools for Generating Web Pages
There are many tools for generating Web pages. Many of these are based on templates: You write an HTML page, but you can embed within it expressions that are calculated by the Web server. Here are some popular examples:
JSP or JavaServer Pages (http://java.sun.com/products/jsp/) is a format in which Java expressions and commands are embedded in HTML pages. A JSP page is automatically translated into a special kind of Java class ...
Get XQuery Kick Start now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.