equal
deleted
inserted
replaced
|
1 declare namespace x = "http://www.w3.org/1998/xhtml"; |
|
2 <x:html> |
|
3 <x:body> |
|
4 { |
|
5 for $i in doc("testResult.xml")/tests/test[@status = "failure"] |
|
6 order by $i/@name |
|
7 return <x:p>{$i/@name}</x:p> |
|
8 } |
|
9 </x:body> |
|
10 </x:html> |