On 21 Mar 2002, Jason E. Stewart wrote: > "Bjorn Hermans" <[EMAIL PROTECTED]> writes: > > > In order to correctly test for, and retrieve, a node's attributes, I > > figured it would make sense to first use "hasAttributes()" to check > > if the node has any attributes at all. However, when I call the > > "hasAttributes" function on a DOM_Node, my program dies with the > > error "Can't locate auto/XML/Xerces/DOM_Element/hasAttribut.al in > > @INC ..." (and no: I did not misspell the call to > > "hasAttributes()"). > > Hi Bjorn, > > As far as I can tell there is no method hasAttributes(), where did you > find it documented?
Interestingly enough, the Xerces-C lib v5.2 does not support hasAttribute() under the IDOM interface. Just tripped over this yesterday! Jason, do you know if it's been added to the newer releases? Steve -- ---------------------------------------------------------------- Steven N. Hirsch tie-line: 446-6557 ext: 802-769-6557 Staff Engineer Methodology Integration Team ASIC Product Development IBM Microelectronics ---------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
