Count XML Elements EnsLib.EDI.XML.Document
Hello everyone,
I'm a bit confused about the number of elements in an XML object.
I have an object of the class EnsLib.EDI.XML.Document
The xsd structure ( DocType) is an SDA Object
</container>
<Patient>
</Patient>
<Documents>
<Document>
<DocumentNumber>0000000000000010008162012</DocumentNumber>
<DocumentCompletionStatus><Code>IP</Code></DocumentCompletionStatus>
<FileType>XML</FileType>
<Stream>PD...</Stream>
</Document>
<Document>
<DocumentNumber>0000000000000010008157893</DocumentNumber>
<DocumentCompletionStatus><Code>IP</Code></DocumentCompletionStatus>
<FileType>XML</FileType>
<Stream>PD94bT....4=</Stream>
</Document>
</Documents>
</container>
How can I count the number of document? I have already tried to use the method choiceGetCount but get no result.
Generating an Xpath object and counting the elements did not work either.
Does anyone have an idea for me. I am sure that it is actually not difficult :-(
Kind regards
Armin
.png)
.png)
它不会消失。它产生的子进程其实是可以使用
我的问题是如何正确的结束%SYSTEM.WorkMgr产生的子进程,如何避免服务器因此受到影响甚至宕机,为什么他会导致服务器出问题,有什么办法能再使用完成后,把 %SYSTEM.WorkMgr相关的进程正确的快速结束掉