Hi,
How could I do this ? :
Give the URL of an XML file to C++ builder 5 and get it to show me the data contained in this file, in the same way a stylesheet would.
In fact, I heard that it was possible to use Midas and XMLBroker from C++ builder 5 enterprise to process XML data but as I am new to C++ builder I don't know what can be achieved with it.
If I cannot work with that, I'll use MSXML3 as a parser.
I don't know very well how does BC++ it do.
There should be something as TDocument derivated from some interface. Use the method open to set the URL. After it set the control(I believe is THtmlWindow) to this document. I know how to do it in VisualC++. John Fill
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.