[274591] StructuredTextPartitionerForXSL.newInstance() incorrect https://bugs.eclipse.org/bugs/show_bug.cgi?id=274591
diff --git a/bundles/org.eclipse.wst.xsl.core/src_sse/org/eclipse/wst/xsl/core/internal/text/rules/StructuredTextPartitionerForXSL.java b/bundles/org.eclipse.wst.xsl.core/src_sse/org/eclipse/wst/xsl/core/internal/text/rules/StructuredTextPartitionerForXSL.java
index 52d6894..af73748 100755
--- a/bundles/org.eclipse.wst.xsl.core/src_sse/org/eclipse/wst/xsl/core/internal/text/rules/StructuredTextPartitionerForXSL.java
+++ b/bundles/org.eclipse.wst.xsl.core/src_sse/org/eclipse/wst/xsl/core/internal/text/rules/StructuredTextPartitionerForXSL.java
@@ -55,7 +55,7 @@
 	
 	@Override
 	public IDocumentPartitioner newInstance() {
-		StructuredTextPartitionerForXML instance = new StructuredTextPartitionerForXML();
+		StructuredTextPartitionerForXSL instance = new StructuredTextPartitionerForXSL();
 		return instance;
 	}