Correct me if I'm wrong, but I think the problem is that she needs to use:
virtual void setProperty (const XMLCh *const name, void *value)=0
instead of:
virtual void setFeature (const XMLCh *const name, const bool state)=0
Cheers,
Steve Harrington
National Radio Astr
snippet of xml and the code you
use to parse the document?
Cheers,
Gareth
Steve Harrington wrote:
Hi,
I had some working code that I was running with xerces 2.5 and when I
changed to xerces 2.6, it broke. Did something related to DOMTypeInfo
change? Here's the code snippet:
for (unsigned
Hi,
I had some working code that I was running with xerces 2.5 and when I changed to
xerces 2.6, it broke. Did something related to DOMTypeInfo change? Here's the
code snippet:
for (unsigned int i = 0; i < paramNodes->getLength(); i++) {
DOMNode * paramItem = paramNodes->item(i);
Thanks Alberto,
It turns out my code was in fact the problem - I thought I had turned on all of
the things necessary for validation, but in fact I had not. Problem solved -
thanks and I feel stupid ;-)
Steve Harrington
National Radio Astronomy Observatory
Alberto Massari wrote:
Hi Steve,
you
ed path, just file name,
file://file-name, etc. and no matter what, it never finds it. Any ideas what
I've done wrong?
Thanks,
Steve Harrington
National Radio Astronomy Observatory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]