[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

xsl:text output literal text

Subject: xsl:text output literal text
From: Rhonda Fischer <rhonda@xxxxxxxxxxxxxx>
Date: Fri, 02 Jun 2000 08:42:12 +0000
xsl literal text
Aim:
----

* Contained in my xsl file I have a slab of text
    marked-up using tags
*  This is so that I can perform some other xsl
     conditions on these paragraphs to determine
     which of these paragraphs will be included in
     the resulting  .xml file
*  I simply want this text to appear in the result
     tree. I am using <xsl:text> to achieve this
     however have experienced some errors.


1: TEST.XSL
----------

<xsl:template match='/'>
    <xsl:text><para></xsl:text>
         <xsl:text>A block of text</xsl:text>
    <xsl:text></para></xsl:text>
</xsl:template>

RESULT
-----------
Error preparing style sheet
"</para>" expected



2: TEST.XSL
----------

<xsl:template match='/'>
    <xsl:text/><para>
         <xsl:text>A block of text</xsl:text>
    <para><xsl:text/>
</xsl:template>

RESULT
-------
null



3:TEST.XSL
----------

<xsl:template match='/'>
    <xsl:text><para>
        <xsl:text>A block of text</xsl:text>
    <para></xsl:text>
</xsl:template>

RESULT
-------
xsl:text must not have any child elements



DEFINITION.XML
---------------

* Contains DTD and source tree


Any suggestions or advice would be warmly welcomed.

Best Regards
Rhonda


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.