Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] parameters of different namespaces in one place

Subject: perfsonar development work

List archive

Re: [pS-dev] parameters of different namespaces in one place


Chronological Thread 
  • From: Roman Lapacz <>
  • To:
  • Cc: Martin Swany <>, "Jeff W. Boote" <>, "" <>
  • Subject: Re: [pS-dev] parameters of different namespaces in one place
  • Date: Thu, 10 May 2007 15:50:09 +0200

Jason Zurawski wrote:



Should probably be treated like this:


<nmwg:key>
<nmwg:parameters>
<nmwg:parameter name="this" value="1" />
<nmwg:parameter name="that" value="2" />
<nmwg:parameter name="theother" value="3" />
<!--
This would collide, and a rule such as 'last seen' or 'first seen' would be needed to resolve the conflict.

<nmwg:parameter name="this" value="4" />
-->
<nmwg:parameter name="those" value="5" />
</nmwg:parameters>
</nmwg:key>

I would say that existence of two parameter elements of the same namespace with the same name in a container element (here it's the key) indicates an error situation. But if it was possible I would drop merging and stay with parameters elements even representing the same namespace (merging could be done after checking but maybe dropping would be the simplest solution).


Roman





Archive powered by MHonArc 2.6.16.

Top of Page