Re: unsubscribe me

2002-04-17 Thread Ryan Koss
Ken and everyone else,   Please just reply to her.  Her e-mail address is on the bottom of the e-mail (her signature).  There is no need to further spam everyone on the list with the snappy reply.  Thank you all.   -ryan   - Original Message - From: Ken Goldman To: [EMA

DOM to DOM

2001-04-30 Thread Ryan Koss
Hello All,   This maybe have been answered before but I haven't found it in any threads or on the FAQ or grepping around in the samples.   I have one object DOM1 that was parsed from an existing file.  I have another object DOM2 created by a user that is a subset of the DOM1 object.  DOM2 is

Re: Casting DOM_Node to DOM_Element... still a problem.

2001-04-03 Thread Ryan Koss
a reference type > doesn't work. This is what the "from rvalue of ..." in the > error message means. > > Adding an intermediate variable should fix the problem > > DOM_Node t = nodList.item(i); > DOM_Element elem = static_castt; > > Andy Heninger > IB

Re: Casting DOM_Node to DOM_Element... still a problem.

2001-04-02 Thread Ryan Koss
What compiler and OS is this running on because I still get a the following compiler error when I try to do the cast that has been stated in this multi-threaded email... I am running Mandrake linux 7.1 and my compiler is GCC 2.95.3 xmlobject.cpp:446: conversion to non-const reference type `class