xmldocument in xBase++ 2.0

This forum is for eXpress++ general support.
Post Reply
Message
Author
pweisbrot
Posts: 4
Joined: Thu Aug 30, 2018 11:21 am

xmldocument in xBase++ 2.0

#1 Post 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

User avatar
PedroAlex
Posts: 229
Joined: Tue Feb 09, 2010 3:06 am

Re: xmldocument in xBase++ 2.0

#2 Post by PedroAlex »

hello!

what is the xmldocument?
What is the origin?
Pedro Alexandre

User avatar
Tom
Posts: 1165
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: xmldocument in xBase++ 2.0

#3 Post by Tom »

I only know xbXMLDocument (a class) from Xb2.Net.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: xmldocument in xBase++ 2.0

#4 Post 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?
The eXpress train is coming - and it has more cars.

Post Reply