Skip to Content.
Sympa Menu

mace-opensaml-users - RE: [OpenSAML] how to insert an xmlobject into xml

Subject: OpenSAML user discussion

List archive

RE: [OpenSAML] how to insert an xmlobject into xml


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: [OpenSAML] how to insert an xmlobject into xml
  • Date: Sun, 11 Apr 2010 13:11:37 -0400
  • Organization: The Ohio State University

> XMLHelper.adoptElement(element, doc); XMLHelper.prettyPrintXML(doc);
>
> but , doc is still the original xml document.

Because adoption doesn't automatically add anything to a DOM tree, it just
reassigns ownership.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page