16

I saw someone rant about XML earlier, but truly the thing that puts me on the edge is XSLT. Who invented that crap.

Comments
  • 2
    Well its powerful ;)

    But very verbose and quite hard to write or read.
  • 1
    @Voxera truly the reason is I failed an exam twice where you had to combine XML with XSD (Piece of cake) and XSLT (Where they seem to think of something shitty everytime I think I understand it fully). Frustration overall.
  • 1
    @stijnie2210 well I have been using it for 17 years (a lot less the lats 8 as we have manage to replace most of it) and I had to look up things online even when we used it the most.

    It has the benefit of being a standard so there is documentation and the problem it solves is not easy no matter how you twist it so any generic solution will be complex a bit like regex.

    Beyond the easiest tasks it grows very complex, like a game of chess ;)
  • 0
    @justin-tamblyn Since we used it as a templating solution to generate HTML (we started it around 2000) we replaced it first with razor views and later a custom html templating solution that was better suited for out needs.

    I do know know what streamsets is.
  • 0
    @Voxera haha, I guess experience makes up for a lot of frustration for sure!
  • 0
    I used XSLT once and spent roughly nine hours doing something very simple. I swore that day to never even look at it again.

    That was the worst coding experience of my life. And one of the worst headaches.
  • 1
    @Ashkin I experience it roughly the same way, haha. To make it worse we had to use Eclipse for the transformation for our exam :').
Add Comment