Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] question about select namespace and subject element

Subject: perfsonar development work

List archive

Re: [pS-dev] question about select namespace and subject element


Chronological Thread 
  • From: Jason Zurawski <>
  • To: ulisses <>
  • Cc:
  • Subject: Re: [pS-dev] question about select namespace and subject element
  • Date: Wed, 06 Sep 2006 09:44:17 -0400

Ulisses;

[...]

please take a note at the text enclosed between <here> and </here>

A full example could be:

<nmwg:metadata id="meta1">
<netutil:subject id="sub1">
<here>

<nmwgtopo3:link>
<nmwgtopo3:interface>
<nmwgtopo3:capacity>155000000</nmwgtopo3:capacity>
</nmwgtopo3:interface>
</nmwgtopo3:link>
</here>

</netutil:subject>
</nmwg:metadata>
The namespace of subject is wrong here (it should be just nmwg, or something else generic), but the idea is correct.
ok

I think that just replacing <netutil:subject></netutil:subject> with <nmwg:subject></nmwg:subject> could do the job.



That is the most generic namespace, so it should work.
-jason



Archive powered by MHonArc 2.6.16.

Top of Page