adding non-xml output to exyus

2008-01-03 @ 01:02#

i added support for outputting something other than a stuctured (XML-compliant) document tonight. hard to believe that i did not do this until now. i was testing various transformation options, including support for text/x-vcard when i realized that all my output to this point has been XML-compliant! wow!

it didn't take much to alter the final step to *not* require parsing as XML before echoing it back to the client. it's now working nicely. and that's cool!

code