Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigate to memory buffer (xml) #3661

Closed
ajtruckle opened this issue Jul 25, 2023 · 3 comments
Closed

Navigate to memory buffer (xml) #3661

ajtruckle opened this issue Jul 25, 2023 · 3 comments
Assignees

Comments

@ajtruckle
Copy link

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?

@ajtruckle
Copy link
Author

You can close this if it is not possible.

@LiangTheDev
Copy link
Member

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.

@ajtruckle
Copy link
Author

@LiangTheDev Thanks. I think for now I’ll stick with a temporary XML file to keep thinks simple.

@novac42 novac42 closed this as completed Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants