xsl-list
[Top] [All Lists]

Re: [xsl] Using xsl:output in browsers, was: Re [xsl] XHTML html validation

2007-02-20 06:42:28
On Tue, 20 Feb 2007 08:25:15 -0500, Abel Braaksma <abel(_dot_)online(_at_)xs4all(_dot_)nl> wrote:

Perhaps it is worthwhile to create a little list with pros and cons for people that are new to the subject so that anyone can decide for his/her own situation. I understand that you know pretty much of this type of transformation invocation, maybe you can help improving a Wiki article on this subject (not yet there).


Not complete, I'm sure, but...

Cons:

- no caching of the processor object
- when using XHR (XMLHttpRequest), the transform will not be invoked. You will have to parse the DOM to find the PI and apply the transform from JS.

Pros:

- simple
- works in almost every browser (just not in XHR)

best,
-Rob


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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