Hi,
I am working on a VisualBasic ( 6.0 )
application that uses XML. I am creating DOM objects out of XML strings.I am
using the loadXML( ) method to do this.
But the problem is , when the size of
the XML string exceeds a particular size,
the parser ( MSXML version 2.0)
starts cribbing. The following are the errors that it reports.
Invalid at the top
level of the document
End tag not
expected at this location
Is it that, the MSXML parser cannot
load strings more than particular size ???
Any suggestions are highly
appreciated,
- Ram
|