Forum OpenACS Q&A: Re: Parsing RSS

Collapse
9: Re: Parsing RSS (response to 1)
Posted by Dave Bauer on
Simon,

I agree that the ultra-liberal rss parser is probably the best code to start with.

Lars, it would probably be best to use ns_xml or tDOM or whatever to generate XML instead of appending a huge string when generating RSS.

Collapse
10: Re: Parsing RSS (response to 9)
Posted by Jeff Davis on
I don't know why ns_xml or tDom would be that important for output. We want to generate xhtml from adp files and that is more or less xml as well and I don't think we would ever consider constructing it in ns_xml rather than by just appending a huge string.