Ask the Expert

Can one create a standard text file using XSL?

Can one create a standard text file using XSL?

    Requires Free Membership to View

Yes. Using the <xsl:text> element. e.g.

<xsl:template match="/">
         <xsl:text>
                 Hello world
         </xsl:text>
</xsl:template>

This was first published in March 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.