xsl-list
[Top] [All Lists]

RE: Using Javascript function in XSL causes HTML to be parsed into normal text

2003-11-10 12:39:53

At what point is the XSL parsing the contents of <content> and
replacing all of the < and > symbols in the HTML as lt; and gt;
symbols?  How do I stop it from doing this?  Why is it doing it in
the function when it didn't do it in the onclick?


Reduced to answering my own questions.  :p

In case anyone else runs into the same thing, what I needed to do was
this: 

<xsl:value-of select='normalize-space($content)'
disable-output-escaping='yes' />
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
                nrkn
http://www.livejournal.com/users/nrkn
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


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



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