Hi, Endre. Have a look at the API documentation: http://xml.apache.org/xerces-c/apiDocs/classDOMProcessingInstruction.html Basically a PI only has a name and data. In your case the name is "udf", and your application has to care about the data (could mean: do further parsing yourself).
Hiran > -----Original Message----- > From: Endre Magyari [mailto:[EMAIL PROTECTED] > Sent: Friday, February 20, 2004 2:01 PM > To: [EMAIL PROTECTED] > Subject: Re: Annotations > > > > > > That's a processing instruction named "udm"; to retrieve it, do > [...] > > Thanks ! > so it is a node, not an element then. > I know how to access the attributes of an Element. > How can I access the attributes of a such a Node ? > > Thanks, > Endre > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
