Can one create a standard text file using XSL?
Can one create a standard text file using XSL?
Yes. Using the <xsl:text> element. e.g.
<xsl:template match="/"> <xsl:text> Hello world </xsl:text> </xsl:template>
Dig Deeper on Topics Archive
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Application Architecture experts
Start the conversation
0 comments