xsl-list
[Top] [All Lists]

Re: [xsl] XSLT 1.0 support in browsers, as of June 2008

2008-06-18 06:39:03
On Wed, 2008-06-18 at 14:07 +0200, Julian Reschke wrote:
Robert Koberg wrote:
Hi,

Why do you want static content transformed in the browser?

How is that relevant?

Your'e transformation does not need to take place on the client. It is
rather large for a client-side transform (the XSL and the source). The
transform makes Firefox freeze for a bit and takes a long time to load. 

And google won't index it (?)


Hm. I think my XSLT needs document only in a few special cases (such as, 
for instance, 
<http://greenbytes.de/tech/webdav/draft-ietf-httpbis-p1-messaging-latest.xml>),
 
where it *seems* to work.

The problem that I see over here is that the HTML transformation result 
appears without CSS styling applied.

I see it there too.

It could have something to do with the size of the transformation. The
XSL weighs in at 5000+ lines and 190K, and the source is largish. Have
you tried with a small/simple sample to see if styling works there?


--~------------------------------------------------------------------
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>
--~--