I am using a SAXReader*. When I execute the parse(filename) command,
it throws an exception immediately. I am using BCB5, and hae the 1_6_0
version loaded on my system. I've fiddled with the filename and made
it "c:\\test.xml", "test.xml", "//test.xml". What am I doing wrong.
The exception is an access violation, but the parser has been created
using

SAXParser* parser=new SAXParser;
parser->parse("\\test.xml");

Thanks for all replies. I hope to return the favor someday.

 Brian                          mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to