Template Languages in XSLT

Jason Diamond walks through an example of using XSLT to build domain specific template languages. “Real Template” programmers will find things with which to quibble, but this is fine idea. What templating does is allow you to create a namespace for your application so your designers can work with elements such as <weblog:date/>, instead of writing ‘raw’ XSLT. Cocoon’s XSP is a similar idea, but with Java classes living behind the elements.

Possibly Related posts (machine generated):

  1. XMLC as an alternative to XSLT
  2. Using schemas to write XSLT
  3. PHP from XSLT
  4. XSL with extensions is fine, but don’t reinvent the language
  5. An XSLT Jumpstart for HTML Authors

More like this: .