Where is the Open Source alternative to WPF?
- by Evan Plaice
If we've learned anything from HTML/CSS it's that, declarative languages (like XML) work best to describe User Interfaces because:
It's easy to build code preprocessors that can template the code effectively.
The code is in a well defined well structured (ideally) format so it's easy to parse.
The technology to effectively parse or crawl an XML…