Posted: Thu Jun 01, 2006 11:38 am Post subject: Parsing a unparsed subtree using RCD node.
Centurion
Joined: 30 May 2006 Posts: 146 Location: NY
Guys, I need some help on MRM.
I have a message which has been defined from a XML schema. The message also has a particular unparsed subtree(tree2 below) which is defined as wildcard attribute whose contents will be used only under some circumstance in a node. And just before passing a message there I will parse that subtree using a RCD node using another message set. But I am not sure how I can remove the MRM message just before sending the message to RCD.
The Original Input message is as follows..
<Main>
<tree1>
...
</tree1>
<tree2>
...
</tree2>
</Main>
Tree2 will be parsed in RCD node. I need to remove tree1 before passing the message to RCD node.
also, if u are using 5.0, RCD node does NOT parse messages, it just changes the domain and messagetype and all that information
so if u are looking for some validation against the schema for tree2 u would need another compute to copy input to output which would then parse the message to the corresponding msg def file
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