[jira] Commented: (XERCESC-1572) Compiling problem because of Assert method.

2006-03-03 Thread nicolss hirel (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1572?page=comments#action_12368842 ] nicolss hirel commented on XERCESC-1572: I tried to change the order of the include files (put xerces before hp) It worked. It is true that a lot of APIs provide an

RE: Behavior of DOM3 lookupNamespaceURI()

2006-03-03 Thread Alberto Massari
Hi Scott, At 10:48 AM 3/3/2006 -0500, Scott Cantor wrote: > The DOM is allowed to be in a state where there is no xmlns:ns="" > namespace declaration and "ns" is used as the prefix of an element or > attribute; the serialization code will handle this case by adding the > declaration on the fly (

RE: Behavior of DOM3 lookupNamespaceURI()

2006-03-03 Thread Scott Cantor
> The DOM is allowed to be in a state where there is no xmlns:ns="" > namespace declaration and "ns" is used as the prefix of an element or > attribute; the serialization code will handle this case by adding the > declaration on the fly (and renaming conflicting prefixes if bound to > different

RE: Attribute namespace info through PSVI. Please help...!

2006-03-03 Thread Nicolas Tsokas
Alberto... The thing is working now! Saying a big THANKS is the least I can do... I'm sure I would have never been able to resolve that issue myself... Congratulations and thanks again. Nicolas -Original Message- From: Alberto Massari [mailto:[EMAIL PROTECTED] Sent: Friday, March 03,

RE: Attribute namespace info through PSVI. Please help...!

2006-03-03 Thread Alberto Massari
Hi Nicolas, I finally tracked down the issue; I placed a breakpoint inside the SchemaAttDef constructor and used the Object Inspector to see its values (and they were good), then I did the same on the pointer returned by getAttDef(). So I noticed that the values were shifted, and the fAttName

Re: Behavior of DOM3 lookupNamespaceURI()

2006-03-03 Thread Alberto Massari
Hi Scott, At 03:25 AM 3/3/2006 -0500, Scott Cantor wrote: I don't think is a bug, but it's decidedly odd behavior, in my opinion, at least based on a lot of obvious uses for the method. I'm sure it's not a bug in fact, because the code is directly from the DOM3 spec, which says to implement look

Behavior of DOM3 lookupNamespaceURI()

2006-03-03 Thread Scott Cantor
I don't think is a bug, but it's decidedly odd behavior, in my opinion, at least based on a lot of obvious uses for the method. I'm sure it's not a bug in fact, because the code is directly from the DOM3 spec, which says to implement lookupNamespaceURI such that no namespace declaration has to be p

[jira] Commented: (XERCESC-1572) Compiling problem because of Assert method.

2006-03-03 Thread Vitaly Prapirny (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1572?page=comments#action_12368669 ] Vitaly Prapirny commented on XERCESC-1572: -- Another suggestion: you could include HP header files after Xerces-C ones. > Compiling problem because of Assert method