Progress
External Program
Interfaces


ProcessingInstruction

Invoked when the XML parser detects a processing instruction.

SYNTAX
PROCEDURE ProcessingInstruction:
  DEFINE INPUT PARAMETER target AS CHARACTER. 
  DEFINE INPUT PARAMETER data   AS CHARACTER. 

target

A character string indicating the target of the processing instruction.

data

A character string indicating the data associated with the processing instruction.

If the processing instruction has no data, the length of the string is zero.

NOTE: A processing instructions can appear before or after a root element.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095