Author: crossley
Date: Mon Apr  9 18:32:29 2007
New Revision: 526986

URL: http://svn.apache.org/viewvc?view=rev&rev=526986
Log:
Workaround. Set "script" elements to be "verbatim". Some stylesheets that 
generate javascript do not use <xsl:text> to make explicit formatting, e.g. 
pelt/site-to-xhtml.xsl "Last published:".

Modified:
    forrest/trunk/etc/xmlformat.conf

Modified: forrest/trunk/etc/xmlformat.conf
URL: 
http://svn.apache.org/viewvc/forrest/trunk/etc/xmlformat.conf?view=diff&rev=526986&r1=526985&r2=526986
==============================================================================
--- forrest/trunk/etc/xmlformat.conf (original)
+++ forrest/trunk/etc/xmlformat.conf Mon Apr  9 18:32:29 2007
@@ -16,6 +16,6 @@
   format block
   normalize no
 
-xsl:text
+xsl:text, script
   format verbatim
 # FIXME: xsl:text elements are then left-aligned to column 1