xsl:apply-templates
for nodes inside text causes the text to print in wrong order
#108
Labels
bug
Something isn't working
The buggy case is presented in this unit test code.
Basically, the
<xsl:apply-templates>
works but results in following outputSo the beginning of the text ("This is") is lost somewhere, the "hello" comes first and then the, correctly templated, "replaced text". If you remove the " hello" from the end, it works correctly.
The text was updated successfully, but these errors were encountered: