This is a bit loaded question as if you're looking at this page, it's rendered from (X)HTML = XML. But what I am interested in (for a talk / research topic) is if people are still choosing (directly ...
just recently wrote my first program to transform some xml data into another xml format so that it would be easier to display as a table. Used JDOM to do it, and it was really pretty easy. Now, I'm ...