I am trying to use the "ADOM MXL v4" in me new C++ Builder XE4 application like This:
xmlDoc = new TXMLDocument(NULL);
xmlDoc->DOMVendor = GetDOMVendor(L"ADOM XML v4");
but the GetDOMVendor(L"ADOM XML v4");
throws an exception with the message "No Matching DOM Vendor: ADOM XML v4".
Can someone please help?
Thank you Sam