HTTPService XML trouble
hi. use httpsevice dynamicly load xml elements mx:tree. xml
<root>
<row attr1="11" attr2="22".../>
<row attr1="111" attr2="222".../>
<row attr1="1111" attr2="2222".../>
.....
</root>
and works perfect. but!!! 1 of 5 (more or less) times error #1090:
*********
microsoft internet explorer
error #1090: xml parser failure: element malformed.
*********
occurs. i'm sure xml correct. i've checked it. it's not small , attributes contain long strings.
has confronted such problem?
thanks
<root>
<row attr1="11" attr2="22".../>
<row attr1="111" attr2="222".../>
<row attr1="1111" attr2="2222".../>
.....
</root>
and works perfect. but!!! 1 of 5 (more or less) times error #1090:
*********
microsoft internet explorer
error #1090: xml parser failure: element malformed.
*********
occurs. i'm sure xml correct. i've checked it. it's not small , attributes contain long strings.
has confronted such problem?
thanks
hi,
i haven't seen such problem! how big xml? can show me result handler , function call httpservice? using httpservice tag or actionscript class? httpservice instance function's location variable? ii saw problem before in socket single varaible referencing start it. = new socket(); a.dosomething(); = new socket(); a.dosomething()....... etc. turnws out when player heap filled up. garbage collector came in destroy non referenced socket.
thanks!
william chan
i haven't seen such problem! how big xml? can show me result handler , function call httpservice? using httpservice tag or actionscript class? httpservice instance function's location variable? ii saw problem before in socket single varaible referencing start it. = new socket(); a.dosomething(); = new socket(); a.dosomething()....... etc. turnws out when player heap filled up. garbage collector came in destroy non referenced socket.
thanks!
william chan
More discussions in LiveCycle Data Services
adobe
Comments
Post a Comment