Consultor Eletrônico



Kbase P37728: Loading an XML document that contains a ^L character generates FATAL ERROR (9082)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/01/2005
Status: Unverified

FACT(s) (Environment):

HP-UX 11.0
Progress 9.1D

SYMPTOM(s):

Loading an XML document that contains a ^L into Progress generates an invalid character error.

Progress 9.1B generates an error but keeps processing the document, Progress 9.1C and later generates the error but stops processing the document.

X-NODEREF or X-DOCUMENT LOAD got an error: FATAL ERROR: file
line , column , message 'Invalid character(Unicode: 0xC)'.(9082)

CAUSE:

^L character is an invalid character and is outside the acceptable range for the parser to handle. A new version of the parser was introduced in 9.1C and it is designed to stop processing the document when a FATAL ERROR occurs.

FIX:

^L character must be replaced with a valid character.