我有以下XML:
<Document>
<CustomerCopy>
<PrintDestination>PDF</PrintDestination>
<NumberOfCopies>1</NumberOfCopies>
</CustomerCopy>
<CLientCopy>
<PrintDestination>PDF</PrintDestination>
<NumberOfCopies>1</NumberOfCopies>
</ClientCopy>
<GovernmentCopy>
<PrintDestination>PDF</PrintDestination>
<NumberOfCopies>1</NumberOfCopies>
</GovernmentCopy>
</Document>
如何获取所有PrintDestination的集合?如果没有列出每个不同的父母,有没有办法做到这一点?我不需要父级,只需要PrintDestination元素。我只是想知道它们是否都是PDF。
感谢您的帮助。
答案 0 :(得分:0)
答案是......
ThreadAbortException
我只是看起来不够努力。