From: Oleg T. <he...@us...> - 2005-10-29 21:14:45
|
Update of /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest/results/EXSLT/Sets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23054/v2/test/ExsltTest/results/EXSLT/Sets Modified Files: difference.xml distinct.xml intersection.xml leading.xml trailing.xml Log Message: Index: distinct.xml =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest/results/EXSLT/Sets/distinct.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- distinct.xml 16 Oct 2005 20:13:08 -0000 1.1 +++ distinct.xml 29 Oct 2005 21:14:35 -0000 1.2 @@ -10,6 +10,5 @@ <foo>4</foo> <foo bar="baz">5</foo> </test2> - <test3> - </test3> + <test3 /> </out> \ No newline at end of file Index: difference.xml =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest/results/EXSLT/Sets/difference.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- difference.xml 16 Oct 2005 20:13:08 -0000 1.1 +++ difference.xml 29 Oct 2005 21:14:35 -0000 1.2 @@ -3,8 +3,6 @@ <foo>2</foo> <foo>4</foo> </test1> - <test2> - </test2> - <test3> - </test3> + <test2 /> + <test3 /> </out> \ No newline at end of file Index: leading.xml =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest/results/EXSLT/Sets/leading.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- leading.xml 16 Oct 2005 20:13:08 -0000 1.1 +++ leading.xml 29 Oct 2005 21:14:35 -0000 1.2 @@ -3,8 +3,7 @@ <foo bar="baz">1</foo> <foo>2</foo> </test1> - <test2> - </test2> + <test2 /> <test3> <foo bar="baz">1</foo> <foo>2</foo> @@ -12,6 +11,5 @@ <foo>4</foo> <foo bar="baz">5</foo> </test3> - <test4> - </test4> + <test4 /> </out> \ No newline at end of file Index: trailing.xml =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest/results/EXSLT/Sets/trailing.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- trailing.xml 16 Oct 2005 20:13:08 -0000 1.1 +++ trailing.xml 29 Oct 2005 21:14:35 -0000 1.2 @@ -17,6 +17,5 @@ <foo>4</foo> <foo bar="baz">5</foo> </test3> - <test4> - </test4> + <test4 /> </out> \ No newline at end of file Index: intersection.xml =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest/results/EXSLT/Sets/intersection.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- intersection.xml 16 Oct 2005 20:13:08 -0000 1.1 +++ intersection.xml 29 Oct 2005 21:14:35 -0000 1.2 @@ -11,6 +11,5 @@ <foo>4</foo> <foo bar="baz">5</foo> </test2> - <test3> - </test3> + <test3 /> </out> \ No newline at end of file |