Re: [xsl] the data necessary to copmlete this operation is not yet available

Subject: Re: [xsl] the data necessary to copmlete this operation is not yet available
From: "Luke Ambrogio" <luke.ambrogio@xxxxxxxxxxxx>
Date: Wed, 15 Oct 2003 15:10:26 +0200
i think i solved it by making the xml and xsl files async=false

thanks a lot guys, again you saved me all


----- Original Message ----- 
From: "Emmanouil Batsis" <Emmanouil.Batsis@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, October 15, 2004 2:26 PM
Subject: Re: [xsl] the data necessary to copmlete this operation is not yet
available


> Luke Ambrogio wrote:
>
> >sorry to disturb again,
> >
> >i'm using jasvascript to change xsl:param values then process an xsl with
an
> >xml, and sometimes javascript returns this error when transforming:
> >
> >the data necessary to complete this operation is not yet available
> >
> >any ideas why?
> >
>
>
> Most probable cause is you are trying to do something with/on a document
> that is not yet fully loaded. Hence the "*sometimes* javascript returns
> an error".
>
> Try to use asunchronous loading or load handlers.
>
> hth,
>
> Manos

Current Thread