xsl-list
[Top] [All Lists]

RE: [xsl] Large content rendering in XSLT

2008-05-19 11:18:41
<refund-policy>
  <xsl:copy-of select="document('lang.php?doc=refund-policy')" />
</refund-policy>

I don't see what would be particularly difficult or strenuous about
doing so.

~ Scott


-----Original Message-----
From: Geert Josten [mailto:geert(_dot_)josten(_at_)daidalos(_dot_)nl] 
Sent: Monday, May 19, 2008 1:13 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Large content rendering in XSLT

Hi Senthil,

Are you sure you mean K as in Kilobyte and not something of bigger size?
500k is in particularly big. A DOM tree for an XML document of about 500
k would consume roughly about 5 Mb (some slight guessing here). Creating
a duplicate of the data through XSLT, cached as a DOM before writing it,
would consume double that size.

My figures are perhaps a bit optimistic, but it should give a fair
impression of the scale of things.

Note: there are ways to efficiently process even documents of sizes 50
Mb and bigger, by processing them inside XML databases with XSLT support
and which are capable of providing access to those documents through
persistent DOM objects.

Kind regards,
Geert


   
 
Drs. G.P.H. Josten
Consultant
 
 

Daidalos BV
Source of Innovation
Hoekeindsehof 1-4
2665  JZ  Bleiswijk
Tel.: +31 (0) 10 850 1200
Fax: +31 (0) 10 850 1199
www.daidalos.nl
KvK 27164984


De informatie - verzonden in of met dit emailbericht - is afkomstig van
Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u
dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te
verwijderen. Aan dit bericht kunnen geen rechten worden ontleend.
 

From: Senthilkumaravelan K [mailto:skumaravelan(_at_)googlemail(_dot_)com] 
Sent: maandag 19 mei 2008 19:29
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Large content rendering in XSLT

Hi Guys ,
I am looking for a solution, where I could include large 
dynamic content about (500k) through XSLT?
is it any viable option to include it through this technology?

We would like to add ,Refunding policy in different languages 
through the DB source. Any suggestion are pointers are appreciated.

Thanks,
Senthil

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



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


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