我有任务交换顺序块订单,我需要交换订单:
<!--Validate first group-->
<lookupGroup name='Get 1st value '>
<Properties>
<select property='A' field='B[0]'/>
</Properties>
</lookupGroup>
<Include>..\Value\Test1.xml</Include>
<Include>..\Value\Test2.xml</Include>
<Include>..\Value\Test3.xml</Include>
<Include>..\Value\Test4.xml</Include>
所以上面写的需要倒序:
<Include>..\Value\Test2.xml</Include>
<Include>..\Value\Test3.xml</Include>
<Include>..\Value\Test4.xml</Include>
<!--Validate first group-->
<lookupGroup name='Get 1st value '>
<Properties>
<select property='A' field='B[0]'/>
</Properties>
</lookupGroup>
<Include>..\Value\Test1.xml</Include>
它的正确语法是什么?任何帮助,将不胜感激。先感谢您。