|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Memory problem when stokenize big data
Thanks for your reply to my prior question about breaking down strings.
Now I am trying to use stokenize to breakdown a big data. The input big data is like: <textdata sep=" 

">
5.1 4.9 4.7 4.6 5 5.4 4.6 5 4.4 4.9
...
...
</textdata>
...
...
<textdata sep=" 

">
5.1 4.9 4.7 4.6 5 5.4 4.6 5 4.4 4.9
...
...
</textdata>and my xsl template is like: <xsl:template match="textdata">
<data>
<xsl:for-each select="str:tokenize(.,' 

')">
<e>
<xsl:value-of select="."/>
</e>
</xsl:for-each>
</data>
</xsl:template>The textdata can be very big. My question is, will the stokenzing have problem when handling big data? if yes, how big is the data that stokenize can handle? I ran the transformation in Jbuilder and it shows some '10mb help left' problem. Thanks a lot. Richard
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








