Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHi Chuck,
Strictly speaking, an XML parser conforming to XML 1.0 specification is not guaranteed to return nodes in the order they're encountered. Obviously, your server-side request processor is not one of those.
Before we answer you I need to make sure:
Are you using Groovy script to append a blockNumber node?
DomCategory.appendNode only allows appending a node, i.e. placing a newly instantiated node after an element.
I'm sure we'll find a solution for you...
BTW, it is recommended for pro users to post their questions in pro support forum so that they're prioritized and answered faster.
Cheers!
/Nenad Nikolic a.k.a. Shonzilla
Strictly speaking, an XML parser conforming to XML 1.0 specification is not guaranteed to return nodes in the order they're encountered. Obviously, your server-side request processor is not one of those.
Before we answer you I need to make sure:
Are you using Groovy script to append a blockNumber node?
DomCategory.appendNode only allows appending a node, i.e. placing a newly instantiated node after an element.
I'm sure we'll find a solution for you...
BTW, it is recommended for pro users to post their questions in pro support forum so that they're prioritized and answered faster.
Cheers!
/Nenad Nikolic a.k.a. Shonzilla