Joined: 15 Feb 2006 Posts: 188 Location: Harrisburg, PA
I have used wild cards for namespaces as well as tags before and never noticed any significant performance deterioration. Having said that I used it only when it was necessary i.e. whenever I was sure about the input message structure I always delared the namespaces and avoided anonymous parsing. I used it only when I was expecting multiple messages at a router flow having different namespaces and tags.
BTW You are better off declaring a reference while setting values rather than repeating the entire path till the leaf level element. References definitely are better for performance as well as maintenance.
Joined: 01 Mar 2007 Posts: 101 Location: US-Greenwille
Hi,
Using wildcard characters to traverse through an xml namespace message might not create performance issue, but you will end up having a name space conflicts if two name spaces are having the similar (not fully) structure. _________________ --SRK--
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