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

outputting a mixture of escaped and unescaped HTML.

Subject: outputting a mixture of escaped and unescaped HTML.
From: Dean Missikowski <dean_missikowski@xxxxxxxxx>
Date: Mon, 21 Jan 2002 18:51:34 -0800 (PST)
unescaped html
Hello All,

I need to process some xml with attribute values that
may contain markup text like this:

<MEMO TEXT="Example:&lt;span
class=&apos;cs1&apos;&gt;...&lt;/span&gt;$crThis is a
new line..."/>

The original data value of the attribute comes from a
database in which CRLFs were replaced with the string
$cr.

I need to transform this into HTML that looks
something like this:

<div>Example:&lt;span
class=&apos;cs1&apos;&gt;...&lt;/span&gt;</br>This is
a new line...</div>

The problem I'm having is if I use something like:

<xsl:template match="MEMO">
  <xsl:value-of
select="foo:FormatMultiline(string(@TEXT))" 
disable-output-escaping="yes"/>
</xsl:template>

where foo:FormatMultiline() replaces $cr with </br>.

However, this results in all the escaped markup to
become "unescaped" when I want it to remain escaped
except for the <br/>.

Can anybody help?
Thanks

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

 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.