Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] Re: cannot add child org.ggf.ns.nmwg.topology.l3.v3_0.Link to Data?

Subject: perfsonar development work

List archive

Re: [pS-dev] Re: cannot add child org.ggf.ns.nmwg.topology.l3.v3_0.Link to Data?


Chronological Thread 
  • From: Jason Zurawski <>
  • To: ulisses <>
  • Cc:
  • Subject: Re: [pS-dev] Re: cannot add child org.ggf.ns.nmwg.topology.l3.v3_0.Link to Data?
  • Date: Tue, 25 Jul 2006 13:17:19 -0400

Ulisses;

Hi Jason!

I attach the code in this e-mail

the main functions in performAction are:

fillNodesNetworks // describes links and it's childs and fail to convert XML
to DOM
fillNodes // describes Nodes and it's childs and its XML is converted
properly to DOM


I am not able to get the code to compile, I am sure I am missing some key libraries but that is really not important. The only real suggestion I have is that in 'fillNodes()' you are dealing with the same object in the same scope throughout the method. In 'fillNodesNetworks()' (and subsequent function calls) you pass objects into different scopes. This may or may not affect your ability to add them as XML children.
I would suggest trying to write a funciton similar to fillNodes() and see if that works for the links.

-jason



Archive powered by MHonArc 2.6.16.

Top of Page