AW: Getting a parser from a string

2005-03-16 Thread Mirko Braun
cht- Von: João Graça [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 16. März 2005 04:01 An: xerces-c-dev@xml.apache.org Betreff: Getting a parser from a string Hello, I am trying to start a parser from a std::string because this is what i receive from a xml rpc channel. The problem is that

RE: Getting a parser from a string

2005-03-16 Thread Matthew Berry
bject: Getting a parser from a string Hello, I am trying to start a parser from a std::string because this is what i receive from a xml rpc channel. The problem is that i already have tried to use DomBuilder, MemBufInputSource with and without wrappers and i can't make it. Could someone he

Getting a parser from a string

2005-03-16 Thread João Graça
Hello, I am trying to start a parser from a std::string because this is what i receive from a xml rpc channel. The problem is that i already have tried to use DomBuilder, MemBufInputSource with and without wrappers and i can't make it. Could someone help me with this problem, like sugesting wha