Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3020 - branches/XML-LS-RELEASE-1.1/schema/example-instances/perfSONAR/LS/test

Subject: perfsonar development work

List archive

perfsonar: r3020 - branches/XML-LS-RELEASE-1.1/schema/example-instances/perfSONAR/LS/test


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3020 - branches/XML-LS-RELEASE-1.1/schema/example-instances/perfSONAR/LS/test
  • Date: Thu, 8 Nov 2007 06:29:24 -0500

Author: mac
Date: 2007-11-08 06:29:24 -0500 (Thu, 08 Nov 2007)
New Revision: 3020

Modified:

branches/XML-LS-RELEASE-1.1/schema/example-instances/perfSONAR/LS/test/LSQueryRequest.xml
Log:
using XQuery now instead of XPath, multiple lines to test whether the
NMWG text element content concatenation bug was fixed



Modified:
branches/XML-LS-RELEASE-1.1/schema/example-instances/perfSONAR/LS/test/LSQueryRequest.xml
===================================================================
---
branches/XML-LS-RELEASE-1.1/schema/example-instances/perfSONAR/LS/test/LSQueryRequest.xml
2007-11-08 11:28:17 UTC (rev 3019)
+++
branches/XML-LS-RELEASE-1.1/schema/example-instances/perfSONAR/LS/test/LSQueryRequest.xml
2007-11-08 11:29:24 UTC (rev 3020)
@@ -27,7 +27,8 @@
declare namespace
psservice="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/1.0/";;
declare namespace
xquery="http://ggf.org/ns/nmwg/tools/org/perfsonar/service/lookup/xquery/1.0/";;


- /nmwg:store/nmwg:metadata
+ for $i in /nmwg:store/nmwg:metadata
+ return $i

</xquery:subject>
<nmwg:eventType>service.lookup.xquery</nmwg:eventType>



  • perfsonar: r3020 - branches/XML-LS-RELEASE-1.1/schema/example-instances/perfSONAR/LS/test, svnlog, 11/08/2007

Archive powered by MHonArc 2.6.16.

Top of Page