Author: nettings
Date: Tue Jan 1 13:40:39 2008
New Revision: 607924
URL: http://svn.apache.org/viewvc?rev=607924&view=rev
Log:
don't prettyprint <script/> elements.
Modified:
lenya/trunk/src/modules/prettyprinting/xslt/xml2nicexml.xsl
Modified: lenya/trunk/src/modules/prettyprinting/xslt/xml2nicexml.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/prettyprinting/xslt/xml2nicexml.xsl?rev=607924&r1=607923&r2=607924&view=diff
==============================================================================
--- lenya/trunk/src/modules/prettyprinting/xslt/xml2nicexml.xsl (original)
+++ lenya/trunk/src/modules/prettyprinting/xslt/xml2nicexml.xsl Tue Jan 1 13:40:39 2008
@@ -90,4 +90,10 @@
<xsl:copy-of select="."/>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+<!--
+ leave the contents of script tags alone, since we don't know about script whitespace semantics
+-->
+ <xsl:template match="xhtml:script/node()">
+ <xsl:copy-of select="."/>
+ </xsl:template>
+</xsl:stylesheet>
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.