You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Henna Ilvonen <he...@intellitel.com> on 2002/01/02 09:06:28 UTC

Declaring DOM_NamedNodeMap fails on Xerces 1.6

Declaring a named node map causes error message "'class DOM_NamedNodeMap
attributes' has initializer but incomplete type". I'm using version 1.6.
on Linux and declaring named node map as in example program:
DOM_NamedNodeMap attributes = node.getAttributes();
Is this some known bug or am I doing something wrong?


------------------------------------------
Henna Ilvonen - Software Engineer
Intellitel Communications Ltd.
henna.ilvonen@intellitel.com / 040-5177912


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


MembufInputSource question

Posted by Eva Ko <ek...@hns.com>.
Hi,

I got a question on how to print the MembufInputSource into a character
string.
I need to change some attributes values in the MembufInputSource, after the
change, I need to convert the MemBufInputSource into a
string, so that I can insert it into a database.

How can I convert the MembufInputSource into a string???

thank for your help!!!

Eva


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org