70b Subj : Re: Any XML DOM library that works with Borland C++ 5.02? To : borland.public.cpp.borlandcpp From : "Regis St-Gelais" Date : Fri Oct 17 2003 12:18 pm Hi Marven, I did follow your tread and was watching for an answer there also. XML DOM allows to to read or create, modify, save an xml file. I would not like re reinvent the weel. The Chilkat lib is for builder. I dont know if it can be used with BC 5.02 In my case this project is in OwlNext with BC5.02 (as IDE) and BCC5 (as compiler) using Tools 55 -- Regis St-Gelais, P. Eng. / ing. Software Development / Développement informatique www.laubrass.com -- "MarvinAvery" a écrit dans le message de news:3f8fe8e4$1@newsgroups.borland.com... > I am also new to XML but, rather than reading an XML file, I wish to output > one. > I have discussed this in another thread on this forum. > > I am using BC5.02 and OWL. Should I be investigating Chilkats (or something > else) or should I just write and use my own classes and methods to output > the file? > > TIA > --------------------------------- > Marvin Avery > marvin.avery@hrdc-drhc.gc.ca > > > "Regis St-Gelais" wrote in message > news:3f8fdeb5@newsgroups.borland.com... > > Thanks Jeff, > > > > Chilkats looks like what I need but the free Chilkat XML C++ Builder > Library > > is for Builder 6 > > > > When I try to include TXml.h I get a "type name expected" error for > > "AnsiString" > > > > I use Borland C++ 5.02 with BCC55 (using Tools 55). > > > > I gess this is more a question for the builder forum. But the tread was > > started here. If I get no answer, I will repost in the builder forum. > > > > Thanks > > . 0