Progress
External Program
Interfaces


StartPrefixMapping

Invoked when the XML parser detects that a prefix associated with namespace mapping is coming into scope.

NOTE: This callback is invoked only when namespace processing is enabled.

SYNTAX
PROCEDURE StartPrefixMapping:
  DEFINE INPUT PARAMETER prefix AS CHARACTER. 
  DEFINE INPUT PARAMETER uri    AS CHARACTER. 

prefix

A character string representing the prefix for a namespace declaration.

uri

A character string representing the URI that identifies the namespace being declared.

This callback does not normally need to be implemented, since the information it provides is not required for normal namespace processing. But it might be useful, and even required, in some situations.


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