Consultor Eletrônico



Kbase P123834: Is it possible to define a SAX callback for the CDATA section?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/2007
Status: Unverified

GOAL:

Is it possible to define a SAX callback for the CDATA section?

GOAL:

How to read the CDATA section of an XML file with a callback?

FIX:

This is not possible with the SAX parser.

SAX does not parse CDATA, comments or DOCTYPE declarations which tend to be purely lexical details unrelated to XML processing.