Select InputRoot.XML.Member.(XML.Attribute)type from .... where ...
I made my example too simple. I'm trying to pull the msgflow name from a msgflow export file. I'm looking to build a where-used report.
I've tried this and about everything else I could think of:
SET OutputRoot.XML."MSG"[] =
(Select R.MessageProcessingNodeType FROM "InputRoot"."XML".(XML.Element)"XMI"."XMI.content".(XML.Attribute)"xmi.label"[] as R)
I would like to the name of the flow and all subflows. If this works I want to go after the queues that are referenced.
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