You can put a try/catch block around the xmlparse and then use an alternate parsing method is xmlparse fails -- maybe regular expression search. I guess the key is to determine why xmlparse is failing. Does it fail consistently, often, only under certain conditions? Maybe some code example might help as I'm somewhat confused about what you are doing and how.
↧