Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: New node with XML

From: "Dave" <dave5398@----------.--->
To: NULL
Date: 3/3/2005 11:11:00 PM
"Joe Fawcett" <joefawcett@h...> wrote in message
news:OtAPn9CIFHA.2936@T......
> "Dave" <dave5398@b...> wrote in message
> news:ubVSrcCIFHA.1528@T......
> > Am I missing something or is there an easy way to do this.  Suppose I
have
> > loaded my XML string into a DOMDocument .  I have a node whose XML I
want to
> > replace with new specified XML. This is the equivalent of
MyDOMElement.XML =
> > sNewXML but I can't find a built in way to do this since the node.XML
> > property is read only - I must have missed something as the only way I
have
> > found is really a long way round. Can somebody tell me the easy way
please.
> >
> > Dave
> >
> >
> There's no real quick way. You can use the replaceChild method or just
delete
> the node and append a new one.
>
> --
>
> Joe (MVP - XML)
>
>
Hi Joe,

Thanks.  I thought as much.  It's really as bad as I suspected.  The next
version should really make the XML property writeable as well.  In fact, a
lot of the XML stuff is so (typically MS) over-engineered that I've had to
code a load of stuff in C++ to actually DO anything - eg, given an XML
string, how do you get a given tag's attribute?  Big job, whereas if you
just search for it direct, it's actually simple.

For this job, if I've got a new XML string I want to put into a node I have
to create a new DOMDocument, load the XML then do a load of recursive calls
to traverse the whole structure creating corresponding nodes in my original
DOMDocument.  What a pain!!!  So much simpler to put Node.XML=newXML - no?
Or can you think of anything neater?

Dave

Regards,

Davd




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent