I don't remember how 1.6 dealt with filenames, but you could try putting it into URL form: file:///c:/text.xml.
> -----Original Message----- > From: Brian [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 10:08 AM > To: [EMAIL PROTECTED] > Subject: immediate exception on call to parse() > > 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]
