You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We basically need to provide the data as the content of the page. Things to try: call NavigateToString, using WebResourceRequested event to intercept network request to a certain url and provide the data in memory as the response to the network request.
I know that I can navigate to a XML file on my PC and it transform (using XSL). No issues with this.
But can I have the XML in memory only? And navigate to the memory buffer? The XSL it links too willl still be on PC. The buffer would be a CString.
Win32 MFC project. This possible?
The text was updated successfully, but these errors were encountered: