Comment by pjmlp

3 months ago

Another fellow soul!

My first rewrite of my site, as I moved it away from Yahoo, into my own domain was also in XSLT/XML.

Eventually I got tired of keeping it that way, and rewrite the parsing and HTML generation into PHP, but kept the site content in XML, to this day.

Every now and then I think about rewriting it, but I rather do native development outside work, and don't suffer from either PHP nor XML allergies.

Doing declarative programming in XSLT was cool though.

almost same. wrote a xml cms and then the xslt into html... then realized I would have to continue to write xml and said hell no! and rewrote the whole thing with php and a mysql db.