Re: Using fgXercesSchemaExternalSchemaLocation to set a schema path.

2005-04-06 Thread Steve Harrington
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

Re: DOMTypeInfo::getName - changes from xerces 2.5 to 2.6??

2004-12-15 Thread Steve Harrington
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

DOMTypeInfo::getName - changes from xerces 2.5 to 2.6??

2004-12-14 Thread Steve Harrington
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);

Re: DOM can't find schema from schemalocation/hint

2004-11-17 Thread Steve Harrington
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

DOM can't find schema from schemalocation/hint

2004-11-16 Thread Steve Harrington
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]