What system are you running? What does it mean 'to much memory'? What is
the nature of your templates?
Pavel
BTW: it s a good practice to start a new thread for a new problem
Martin Pedak wrote:
> Hello again.
>
> I'v got my system to work, but there is one little problem - it usese
> (apache) too many memory and load jumps (with 10-15 clicks) to 2.8 etc.
>
> Before i do not had this kind of a problem.
>
> So wat i did:
>
> As i use 4 templaes defined in the same file where all of the code
> inside the template must access variables wich values came from outside
> of the xsl (from form submit or query).
>
> So as i can't you XSL params with XSL api because it's can't determine
> the encoding of the values and instead on ��� chars some weird ones
> occoured.
>
> Then i put my variables to little XML file and gave it to Sablot. But i
> can not access document variables and give selected values to the global
> parameters at the top of the XSL. So what i did: I defined in every
> template all the needed parameters and vhen i called the template - i
> used with-params option to pass values from current template to the next.
>
>
> The total amount of params is 10-12 and template including is flat - no
> recursive templates.
>
>
> So why suddenly sablot needs to use so many memory????
>