cancel
Showing results for 
Search instead for 
Did you mean: 

Context Handling

Former Member
0 Kudos

What is the difference b/w context object and context handling.

What is the purpose of context handling.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181959
Contributor
0 Kudos

hi,

context object is a generic term used to make a reference to message heder fileds in the XML file (also vth XPATH). Context of an element is nothing but just the level (with reference to its parent node) where the XML tag appears in the given XML document.

for more info go to,

/people/sravya.talanki2/blog/2005/08/16/message-mapping-simplified--part-i

regards,

kvr

Former Member
0 Kudos

What is Context Handling

former_member181959
Contributor
0 Kudos

hi,

XML contains some nodes and they follow some hierarchy. The level of a particular node in the hierarchy can be deremined by the context of the node in the hierarchy. Context handling is a technique where we use for manipulating these nodes and their hierarchy in the XML file/tree.

There are some standard given function to handle these kind of context handling issues.

hope this helps.

>>reward if this helps

kvr

Message was edited by:

PrasadBabu Koribilli