DXLExport and SAX Errors

I am doing some exporting in dxl. For some of the applications the export falls over and only gives the error export failed.

Is there any way of finding out why the export failed. For instance, it would be great if the errors were more detailed e.g “failed on this design element”

Similary the SAX parser crunches to halt with “SAX Parser failed”.

Any ideas on how to get more diagnostic information from these tools?

Thanks in advance

Richard Spence

Subject: DXLExport and SAX Errors

Each processor object has a Log property that you can use to find out what happened. The parser also signals various events for warnings and errors.

Subject: RE: DXLExport and SAX Errors

Thanks Rod, I’ll have a look.