logoalt Hacker News

agumonkeyyesterday at 11:04 AM2 repliesview on HN

Hmm my memory is fuzzy but I remember seeing backend processing of xml files a lot around 2005.


Replies

countyesterday at 1:29 PM

Yeah, I was using Novell DirXML to do XSLT processing of inbound/outbound data in 2000 (https://support.novell.com/techcenter/articles/ana20000701.h...) for directory services stuff. It was full XML body (albeit small document sizes, as they were usually user or identity style manifests from HR systems), no streaming as we know it today.

show 1 reply
reactordevyesterday at 11:12 AM

But they worked on the xml body as a whole, in memory, which is where all the headaches started. Then we introduced WSDLs on top, and then we figured out streaming.