.
Stylesheet page2html.xsl

.\page2html.xsl

stylesheet page2html.xsl
xslt version 1.0

This is a sample stylesheet for formatting hello.xsp output to HTML


Template Summary
"content"
          The page content.
"form"
          a web form containing input fields
"input"
          an input field
"page"
          A page that contains a title and a content
"para"
          a paragraph
"title"
          Page title
 

Template Detail

"page"

Matches:"page"
A page that contains a title and a content
See Also:
title(), content()

"content"

Matches:"content"
The page content. The content is made of paragraphs or/and forms

"title"

Matches:"title"
Page title

"para"

Matches:"para"
a paragraph

"form"

Matches:"form"
a web form containing input fields
See Also:
input()

"input"

Matches:"input"
an input field
See Also:
form()