Page 1 of 1
xmldocument in xBase++ 2.0
Posted: Fri Jun 05, 2020 1:12 pm
by pweisbrot
We are working on upgrading our software to use xBase++ 2.0, but it does not appear that xmldocument is supported for 2.0. Is there a replacement function, or a way to get it to work? We still need the functionality provided by xmldocument.
Thank you,
Preston
Re: xmldocument in xBase++ 2.0
Posted: Tue Jun 09, 2020 7:28 am
by PedroAlex
hello!
what is the xmldocument?
What is the origin?
Re: xmldocument in xBase++ 2.0
Posted: Tue Jun 09, 2020 8:52 am
by Tom
I only know xbXMLDocument (a class) from Xb2.Net.
Re: xmldocument in xBase++ 2.0
Posted: Wed Jun 10, 2020 12:42 pm
by rdonnay
There was never an xmlDocument class in Xbase++.
The only thing I can think of is the C# and C++ classes referred to as the XML DOM (Document Object Model). The other is the xmlDocument class of JavaScript.
How does your code use this class?