source: draft-ietf-httpbis/myxml2rfc.xslt @ 66

Last change on this file since 66 was 7, checked in by fielding@…, 15 years ago

Wrapper stylesheet to customize the rfc2629xslt defaults.

  • Property svn:eol-style set to native
File size: 282 bytes
Line 
1<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2    version="1.0">
3
4<xsl:import href="../rfc2629xslt/rfc2629.xslt" />
5
6<xsl:output method="html" encoding="UTF-8" version="4.0"
7            doctype-public="-//W3C//DTD HTML 4.01//EN" indent="yes"/>
8
9</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.