You could use Norm Walshs' DocBook XSLT stylesheets as a starting
point, if your XML is DocBook or similar.
If RTF is simply a means to pretty-print,
you could also consider the XML -> HTML -> Word 2000 route.
See
http://www.xmlw.ie/aboutxml/xml2word/index.htm
for details.
"El Durango" <0m> wrote in message news:<ixGJa.146$ gy.com>...
> I am trying to write a tool to convert XML to RTF based on different
> stylesheets that are used. I do not want to tinker with 3rd party
> applications however I would not mind to use any standard APIs or 3rd party
> APIs as long as I can get around using some application that may or may not
> work properly. Does anyone here have any suggestions or ideas regarding
> this?