I'm creating an XML object in Flash MX to send to a JSP page. The problem is that I'm at the threshhold where if I add any more XML elements, I receive an error on the JSP said stating that the XML object it is receiving is null.

I'm creating the XML object by first creating the entire XML in a string and then passing that string as a parameter to the XML object. --> xmlRequest= new XML(string)

Is there a size limitation in Flash that prevents an XML object from being sent if it crosses that threshhold. Or is their a
limit to the size of a string.

Any insight into this issue would be greatly appreciated.

Thank You