You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am building my XML block by block by returning a pretty XML from each block. While doing so, the .Up() does not seem to really take me up to the parent node when am moving up form a block that sits as a separate method.
This here is the TrainRunningInformationMessageHeader.messageHeader(): Problem seems to occur when I move up from the TrainRunningInformationMessageHeader.messageReference()
I get the output as below while I'd expect the closing of 'MessageHeader' to happen only after 'Recipient' while in my case the closure happens right after the external block ends even-though am using the .up() to move to the parent node
Hi, I am building my XML block by block by returning a pretty XML from each block. While doing so, the .Up() does not seem to really take me up to the parent node when am moving up form a block that sits as a separate method.
This is where I start the XML,
This here is the TrainRunningInformationMessageHeader.messageHeader(): Problem seems to occur when I move up from the TrainRunningInformationMessageHeader.messageReference()
This here is the TrainRunningInformationMessageHeader.messageReference():
I get the output as below while I'd expect the closing of 'MessageHeader' to happen only after 'Recipient' while in my case the closure happens right after the external block ends even-though am using the .up() to move to the parent node
The text was updated successfully, but these errors were encountered: