Kbase P24764: What are my options for parsing XML using a SAX parser if I
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/05/2003 |
|
Status: Unverified
GOAL:
What are my options for parsing XML using a SAX parser if I am not using Progress 9.1D or later?
FACT(s) (Environment):
Progress 9.x
FIX:
Since the built-in SAX parser was added in Progress 9.1D, the only option available for using a SAX parser prior to Progress 9.1D is to use some third party SAX parser that can be accessed via DLL calls or ActiveX Automation.
One option for this is to investigate the Microsoft XML Parser which is an ActiveX Automation object.