| Commit in servicemix/base/src/test/resources/org/servicemix/components/xslt on MAIN | |||
| split.xsl | +2 | -2 | 1.2 -> 1.3 |
tidied snippet
servicemix/base/src/test/resources/org/servicemix/components/xslt
diff -u -r1.2 -r1.3 --- split.xsl 31 Aug 2005 10:28:07 -0000 1.2 +++ split.xsl 31 Aug 2005 10:32:49 -0000 1.3 @@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- START SNIPPET: route -->
+<!-- START SNIPPET: example -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:jbi="xalan://org.servicemix.components.xslt.XalanExtension"
extension-element-prefixes="jbi"
@@ -33,4 +33,4 @@
</xsl:template> </xsl:stylesheet>
-<!-- END SNIPPET: route -->
+<!-- END SNIPPET: example -->
