It appears that I will have to modify most of the derived classes
shipped with Xerces-C.  I have tried
building the programs in the tests directory to see if the library
works.  Unfortunately, my compiler (gcc version 2.95.2) complains about
constructing objects of classes that are derived from the DOM_Node
class.  In fact, I have an error that reads "conversion to non-const
reference type 'class
DOM_Node & 'from rvalue of type 'DOM_Node'.  I get a similar error
converting a DOM_Node to:
    DOM_DocumentType &
    DOM_Entity &
    DOM_EntityReference &
    DOM_CharacterData &
    DOM_Attr &
    DOM_Element &
    DOM_Notation &
    DOM_ProcessingInstruction &
I realize that all of these classes are derived from DOM_Node, but the
compiler will not allow the current code to convert from a DOM_Node to
any of these references.  Also, the library file libxerces-c1_1.so has
many undefined symbols - depending on what I am trying to build
(samples, tests, tools).

Can anyone help me, or should I plan on locking myself away until I have
killed all of these errors in my code installation?


--
Craig Noah                  INTERNET: [EMAIL PROTECTED]
Software Engineer

                Sterling Software ITD
1404 Fort Crook Road South     Phone:    (402) 291-8300 x 284
Bellevue,  NE   68005-2969     FAX:      (402) 291-4362



Reply via email to