// because of xml:space="preserve"
Instruction text = new ValueOf(new StringLiteral(node.getStringValue()), false);
text.setSourceLocator(this);
if (LogConfiguration.loggingIsEnabled() && LogController.traceIsEnabled()) {
CodeInjector injector = ((XSLTTraceListener)LogController.getTraceListener()).getCodeInjector();
Expression tracer = injector.inject(text, getStaticContext(), StandardNames.XSL_TEXT, null);
tracer.setSourceLocator(this);
if (tracer instanceof Instruction) {
text = (Instruction)tracer;
}
}