xsl-list
[Top] [All Lists]

RE: the data necessary to copmlete this operation is not ye t available

2004-10-15 06:31:43
Try to use asunchronous loading or load handlers.

You should use synchronous loading, of course.

Cheers,
<prs/> 

-----Original Message-----
From: Emmanouil Batsis [mailto:Emmanouil(_dot_)Batsis(_at_)eurodyn(_dot_)com] 
Sent: Friday, October 15, 2004 7:27 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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

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


<Prev in Thread] Current Thread [Next in Thread>