.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
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
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
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]
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
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: [