Hi. I use HTTPSevice to dynamicly load xml elements for
mx:Tree. The xml is like
<root>
<row attr1="11" attr2="22".../>
<row attr1="111" attr2="222".../>
<row attr1="1111" attr2="2222".../>
.....
</root>
And everything works perfect. But!!! 1 of 5 (more or less) times the error #1090:
*********
Microsoft Internet Explorer
Error #1090: XML parser failure: element is malformed.
*********
occurs. I'm sure the xml is correct. I've checked it. But it's not small and attributes contain a long strings.
Has anybody confronted with such problem?
Thanks
<root>
<row attr1="11" attr2="22".../>
<row attr1="111" attr2="222".../>
<row attr1="1111" attr2="2222".../>
.....
</root>
And everything works perfect. But!!! 1 of 5 (more or less) times the error #1090:
*********
Microsoft Internet Explorer
Error #1090: XML parser failure: element is malformed.
*********
occurs. I'm sure the xml is correct. I've checked it. But it's not small and attributes contain a long strings.
Has anybody confronted with such problem?
Thanks