diff options
author | randomdan <randomdan@localhost> | 2011-02-25 14:53:40 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-02-25 14:53:40 +0000 |
commit | de5c956f238430e3915600d790964fe97946b567 (patch) | |
tree | b905a8287edcd0214d1ea9316851349d800e8b93 /gentoobrowse/xslt/base.xslt | |
parent | Finally convert ytfs to use boost stuff (untested, but it does build) (diff) | |
download | gentoobrowse-de5c956f238430e3915600d790964fe97946b567.tar.bz2 gentoobrowse-de5c956f238430e3915600d790964fe97946b567.tar.xz gentoobrowse-de5c956f238430e3915600d790964fe97946b567.zip |
Build a common base for loading p2 xml scripts with proper error checking
Extend cgiAppEngine to be able to return data documents specifying an error (requires Apache 2.2.16 and to have filter-errordocs set)
Allow cgi requests to return a default document, suitable for 'yes, I did that' type responses
Updates to GentooBrowse to use these features
Diffstat (limited to 'gentoobrowse/xslt/base.xslt')
-rw-r--r-- | gentoobrowse/xslt/base.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/xslt/base.xslt b/gentoobrowse/xslt/base.xslt index eecc5de..a17dea3 100644 --- a/gentoobrowse/xslt/base.xslt +++ b/gentoobrowse/xslt/base.xslt @@ -4,7 +4,7 @@ <xsl:output encoding="utf-8" method="xml" media-type="text/html" indent="yes" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" /> - <xsl:template match="/gentoo"> + <xsl:template match="/*"> <html> <head> <link rel="stylesheet" href="/css/screen.css" type="text/css" /> |