Show HN: JavaScript-free (X)HTML Includes
2 days ago
- #XSL
- #Web Development
- #Templating
- Using browsers' built-in XSL support to create a website with common theming across all pages.
- No server-side code, static website generators, or Javascript required.
- Browsing to index.xml or other XML files loads a template file specified at the top of the XML.
- The template file defines how custom XML tags are rendered as HTML.
- Advanced examples include defining templates with fields and using templates inside other templates.