'''Intent:''' A view that processes domain data element-by-element and transforms it into HTML.

See http://www.martinfowler.com/eaaCatalog/transformView.html

Contrast with TemplateView
----
Backgrounds in x3d are like a ThreeDeeWallpaper, the following code:

  Background {
    backUrl [ "stars.jpg" "stars.jpg" ]
    leftUrl [ "stars.jpg" "stars.jpg" ]
    bottomUrl [ "stars.jpg" "stars.jpg" ]
    frontUrl [ "stars.jpg" "stars.jpg" ]
    rightUrl [ "stars.jpg" "stars.jpg" ]
    topUrl [ "stars.jpg" "stars.jpg" ] 
  }

Will display a starfield in a local version, if stars.jpg exists.
----
See also XsltLanguage, TwoStepView

CategoryPattern