[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-site-cvs
Subject:    svn commit: r567413 - in /jakarta/site/xdocs: charsetchk.html
From:       sebb () apache ! org
Date:       2007-08-19 15:10:51
Message-ID: 20070819151051.CF4661A981A () eris ! apache ! org
[Download RAW message or body]

Author: sebb
Date: Sun Aug 19 08:10:50 2007
New Revision: 567413

URL: http://svn.apache.org/viewvc?view=rev&rev=567413
Log:
Add new files for characterset checking

Added:
    jakarta/site/xdocs/charsetchk.html   (with props)
    jakarta/site/xdocs/stylesheets/charsetchk.xsl   (with props)

Added: jakarta/site/xdocs/charsetchk.html
URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/charsetchk.html?view=auto&rev=567413
==============================================================================
--- jakarta/site/xdocs/charsetchk.html (added)
+++ jakarta/site/xdocs/charsetchk.html Sun Aug 19 08:10:50 2007
@@ -0,0 +1 @@
+ö=246=ö ü=252=ü
\ No newline at end of file

Propchange: jakarta/site/xdocs/charsetchk.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: jakarta/site/xdocs/stylesheets/charsetchk.xsl
URL: http://svn.apache.org/viewvc/jakarta/site/xdocs/stylesheets/charsetchk.xsl?view=auto&rev=567413
==============================================================================
--- jakarta/site/xdocs/stylesheets/charsetchk.xsl (added)
+++ jakarta/site/xdocs/stylesheets/charsetchk.xsl Sun Aug 19 08:10:50 2007
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<!--
+	Used to check for charset incompatibilities
+-->
+  <!-- Output method (must be same as site.xsl) -->
+  <xsl:output method="xml" omit-xml-declaration="yes" encoding="iso-8859-1"
+              doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
+              doctype-system="http://www.w3.org/TR/html4/loose.dtd"
+              indent="yes"/>
+
+<xsl:template match="/">
+<xsl:apply-templates select="document/body/section/p"/>
+</xsl:template>
+<xsl:template match="p">
+<xsl:value-of select="."/>
+</xsl:template>
+</xsl:stylesheet>

Propchange: jakarta/site/xdocs/stylesheets/charsetchk.xsl
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic