OSX : problem for parsing files

2004-05-28 Thread Guillaume
.xml"). However with my os X application, I can't parse files, and I don't understand which error occured. I've tried to make a unix path (like "/Volumes/Macintosh HD/myfile.xml") but the DOMDocument returned by "parser->parseURI(thefile)" is always NULL. Could someone help me ?   Regards,   Guillaume

Re: [ANNOUCEMENT] Xerces-C++ 2.2.0 is ready

2003-02-07 Thread Guillaume Morin
and this is _really_ a PITA. -- Guillaume Morin <[EMAIL PROTECTED]> I'm unclean, a libertine, every time you vent your spleen, I seem to lose the power of speech, you're slipping slowly from my reach, you grow me like an evergreen, you've never

Problem with setNamedItem

2002-11-08 Thread Guillaume
h for a normal DOMException error code  }  catch (const DOMException& e) {   Str255 StrMessage2;   STRCPY(StrMessage2, P_CHAR (e.code));   MessageBox(NULL, P_CHAR StrMessage2, STR_ERROR_PARSE, MB_OK|MB_ICONEXCLAMATION);   }  return map;}   This function "getmap" was correct with old distrib 1.7.0. What's wrong today ?   Guillaume

Re: Linux shared library naming convention adopted

2002-04-09 Thread Guillaume Morin
t means that you'll take care of not changing the ABI between minor releases ? Regards, -- Guillaume Morin <[EMAIL PROTECTED]> If it doesn't work, force it. If it breaks, it needed replacing anyway. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

xerces soname

2002-01-28 Thread Guillaume Morin
AGS} -Wl,-soname,${SONAME} +MAKE_SHARED_C = ${CC} -D${PLATFORM} -shared -fPIC ${LDFLAGS} -Wl,-soname,${SONAME} On Linux, the shared lib naming convention is libname.so.soname (e.g xerces-c 1.5.2 is shipped as libxerces-c.so.1.5.2 TIA. -- Guillaume Morin <[EMAIL PROTECTED]> Marianne reb

French accents

2001-10-17 Thread Guillaume Bataille
ocale() method for IDOMParser, maybe an alternative solution. How can I parameterize my system to choose the output encoding ? -- Guillaume Bataille - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [