Can I use HTML or XML to make an UI?

I was wondering if i could use XML or some variant of it to make a UI in a window.
Of course you could.

As long as whatever UI toolkit you're using allows you to programmatically create the window (most/all of them do). All you need to do is load the properties/data of the window from your file, and create the windows based on that data.

The actual format that the data is stored in doesn't matter, as long as your program is able to read it and build windows from it.
Topic archived. No new replies allowed.