msxml dom better than xmlport

jwilderjwilder Member Posts: 263
I have found using the msxml dom automation server much easier and more flexible than an xmlport. Except I am stuck on one thing though. I have an element that has a value that exceeds 1024 characters. I tried:

BigText.ADDTEXT(CurrentNode.text);

but i get the error "the length of the text string exceeds the size of the string buffer" which we have all seen before.

What are my options on getting CurrentNode.text into the bigtext variable? Someone mentioned something about a Base64 Automation Server object but I am not sure what this is. I see a reference to this in Codeuint 99008516 but it is an unknown Automation Server.

Comments

Sign In or Register to comment.