 |
 |
 |
I've been playing with XML & XSL for a few weeks now, but for the most part
all my output to the client has been HTML/XHTML through a server-side
transformation with the IIS XML ISAPI plugin.
I've been trying to convert some of the work to a client-side solution for
IE5 users, but there's one thing that I can't seem to find a workable
solution for.
We're storing some of the text and HTML data in the XML documents as CDATA
sections like so:
<etcetera>
<![CDATA[this is a <a href="http://yahoo.com>test link/a>]]>
</etcetera>
applying XSL on the client-side leaves unparsed HTML sitting in the text,
so it looks like this in a browser:
this is a <a href="http://yahoo.com>test link/a>
instead of
this is a test link (test link being a hyperlink to yahoo in this example)
Now to get around this, on the server-side, we've been doing search and
replaces on < and > characters, and replacing them with < and > to
produce parse-able HTML when sent to the client.
We'd like to be able to do all of this on the client side, but can't seem
to find an appropriate solution to do this. I'm sure this has come up for
others, is there a way to accomplish this entirely on the client-side with
IE 5?
thanks,
Matt
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
 | 



|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |