Posted: Mon Nov 03, 2003 5:08 pm Post subject: Explanation of (0x1000000) and similar in MQSI Trace
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
I seem to remember that someone a little while ago supplied an explanation of what these entries, that precede element names in a trace, mean, and how they are generated. Does anyone remember which thread it appeared in?
Joined: 25 May 2002 Posts: 664 Location: South East London
These describe the node type in the message tree.
The major types which apply to all parsers are:
0X01.... NAME
0x02.... VALUE
0x03... NAMEVALUE
Parsers then define their own specific values. Search for 'XML and MRM parser constants' in the v5 help. You can set the type by specifying a constant or the actual value itself, e.g:
SET <field> TYPE = 0x01000000;
SET <field> TYPE = XML.Element;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum