xsl-list
[Top] [All Lists]

RE: XSL transform escape question

2002-09-09 11:20:00
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk]
Sent: Monday, September 09, 2002 11:42 AM
Subject: Re: [xsl] XSL transform escape question



the parser
will default to XML output, which ignores the 
disable-output-escaping
attribute if you're writing out a result tree fragment.

d-o-e works the same way (if it works at all) in the xml and 
html output
methods. Why do you think it should be different?

Ack!  My mistake.  My statement applies if d-o-e is set to "no".  I think
the confusion (for me) is that d-o-e defaults to "yes" for <xsl:text/> and
"no" for <xsl:value-of/>.  Actually, I think that for the previous question,
the better answer would be to write out the node using <xsl:copy-of
select="answer/*"/> instead of <xsl:value-of/>.

b.

| brian martinez                              
brian(_dot_)martinez(_at_)trip(_dot_)com |
| senior gui programmer                                  303.708.7248 |
| trip network, inc.                                 fax 303.790.9350 |
| 6436 s. racine cir.                             englewood, co 80111 |
| http://www.cheaptickets.com/                   http://www.trip.com/ |

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



<Prev in Thread] Current Thread [Next in Thread>