Uploading XHTML Document

Dear forum members,

My project requires that I integrate an XHTML document into my website, but I’m facing some difficulties in doing so smoothly and correctly. I have gone through Webflow’s documentation, but I confess I am feeling a bit lost.

So, I would like to know if anyone here has experience with adding XHTML documents to a Webflow website. If you do, I would greatly appreciate it if you could share your knowledge and insights with me.

If you have any ideas, suggestions, or resources you could share, I’m all ears. Your contributions will be greatly appreciated.

I want to thank you in advance for your assistance and guidance.

Once again, thank you for your time and attention.

Sincerely,
Paul

Hi Paul, what do you mean by “adding” it?

If you are trying to integrate the content into your site permanently, You’d basically rebuild it in Webflow and copy-paste the content over.

If you have a URL that you’re trying to dynamically integrate, you can use an IFRAME, or Javascript’s fetch() to retrieve, parse, and display the content in the browser.

Reverse proxy is another option if you want to “merge” two separately hosted sets of pages into a single site.