diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-08-12 20:35:40 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-08-12 20:35:40 +0000 |
commit | 77ddadd891c49fd5a6ca8c8f69889f92ff64ee5b (patch) | |
tree | b8a04709516f919e2dd8612a1c9391af147a4faf /it_IT.ISO8859-15/htdocs | |
parent | 9b19e6243c69f3a3b03d6a6e8dfc15c5122fb6cb (diff) | |
download | doc-77ddadd891c49fd5a6ca8c8f69889f92ff64ee5b.tar.gz doc-77ddadd891c49fd5a6ca8c8f69889f92ff64ee5b.zip |
- Add namespace to XHTML fragments generated by XSLT stylesheets
- Properly define titles, navigation bars and RSS links for generated pages
- Minor cleanup
Approved by: doceng (implicit)
Notes
Notes:
svn path=/projects/sgml2xml/; revision=39366
Diffstat (limited to 'it_IT.ISO8859-15/htdocs')
-rw-r--r-- | it_IT.ISO8859-15/htdocs/index.xsl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/it_IT.ISO8859-15/htdocs/index.xsl b/it_IT.ISO8859-15/htdocs/index.xsl index 99ec4e0cd7..27153cf92d 100644 --- a/it_IT.ISO8859-15/htdocs/index.xsl +++ b/it_IT.ISO8859-15/htdocs/index.xsl @@ -11,10 +11,17 @@ Original revision: 1.138 --> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> +<xsl:stylesheet version="1.0" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns="http://www.w3.org/1999/xhtml"> + <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl" /> <xsl:import href="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/> + <xsl:variable name="svnKeyword">$FreeBSD$</xsl:variable> + + <xsl:variable name="title">&title;</xsl:variable> + <xsl:template name="process.content"> <div id="FRONTCONTAINER"> <div id="FRONTMAIN"> |