I am hoping to build outgoing xml using the xerces parser, so it will stick
to the dtd and avoid errors, etc.  Thats the theroy anyway... the example I
have found of how to do this is the CreateDOMDocument sample program, that
comes with the parser.

I just compiled CreateDOMDocument.cpp on an AIX unix machine, however, it
gives me an illegal core dump on the line:

rootElem.appendChild(prodElem);

rootElem and prodElem being of DOM_Element type. its the first call to
appendChild. I have tried variations and cannot get it to go past that
point.

any idea whats going on? i diddnt change any of the sample programs code,
just used a different makefile, for our enviroment, and i have had no
problems with the other samples...

suggestions on how to build my xml in a differnt manner, other than simply
hardcoding it, and inserting the variable values would be just as useful as
help getting this sample to run.

thanks a lot
-dave






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

Reply via email to