Cumulus / Syndic

RSS and Atom feed parsing
MIT License
34 stars 13 forks source link

No output functions #14

Closed Chris00 closed 10 years ago

Chris00 commented 10 years ago

It would be nice to have functions to write a channel/feed into XML form.

dinosaure commented 10 years ago

It might be possible to use ocsigen/tyxml for this (cc @Drup) ?

dsheets commented 10 years ago

Is it not possible with xmlm?

Chris00 commented 10 years ago

There are output functions in Xmlm so it would be nice to use them.

Drup commented 10 years ago

TyXml is a library to build valid html and svg trees. To build simple raw xml trees, there are other libraries that do the job better, like Xmlm, use that instead.

Especially considering that you already depend on Xmlm anyway.

dinosaure commented 10 years ago

Close by #33.