simple dom implementation

Hello DOM group,

I'm trying to write a small and understandable cpp
program to parse a XML doc and give a DOM Document
class back. The prog just uses Node and stuff as real
classes (to make things as simple as they could be)
Currently I'm just messing a bit with DOM 1

I have this question: should read-only stuff be done
using #define , or can I just say length becomes
getLength() or length() (on nodelists, for examples)

Thanks for the input - sorry if this is really
off-topic

Joris

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

Received on Tuesday, 8 April 2003 16:23:14 UTC