Progress on Klortho!

Klortho
I got a small C program working, that acts as a FastCGI, fetches XML with libcurl, extracts the xml-stylesheet PI from the result and applies the transformation using libxml and libxslt, then returns HTML to the browser. Yay!

Still TBD:

  • extract all headers, and pass them through libcurl
  • handle POST, HEAD and PUT
  • handle HTTP authentication
  • pass response headers through transparently
  • proxy non-XML requests, and XML without a stylesheet PI
  • clean up the C
  • fix the autoconf/automake stuff
  • test portability

Still, I’m pleased, and inspired to actually do more work on this.
Anyone want to help?

  • Share/Bookmark
Post a Comment

You must be logged in to post a comment.