You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Bavishi, Pankij" <PA...@ca.com> on 2002/02/08 22:19:47 UTC

xerces 2.0

Sorry if this is a repeat mail...
What's the difference betn xerces 1.0 and 2.0? 
 
-----Original Message-----
From: Jesse Pelton [mailto:jsp@PKC.com] 
Sent: Friday, February 08, 2002 8:24 AM
To: 'xerces-c-dev@xml.apache.org'
Subject: RE: appendChild
 
Once you've got the element, you can use DOM_Node::appendChild(). Perhaps the problem is that you're using getElementsByTagName() and you're getting back a node list rather than a single element, in which case you need to choose which element to operate upon.
 
I think you'll need to send a brief code sample to get useful help.
 
-----Original Message-----
From: Smita [mailto:Smita@3UpSystems.com]
Sent: Thursday, February 07, 2002 6:42 PM
To: xerces-c-dev@xml.apache.org
Subject: appendChild
Hi,
    I want to add a child node to a DOM_Element. For this I first search for the DOM_Element in the document with the specified tag. So far so good. But in order to appendChild to the DOM_Element, I need a pointer to the actual element in the document. There is no API that gives a reference/pointer to the DOM_element within the document. Does anyone have an idea?
Thanks a lot.
Regards.
Smita
 
 

Re: xerces 2.0

Posted by "Jason E. Stewart" <ja...@openinformatics.com>.
"Bavishi, Pankij" <PA...@ca.com> writes:

> What's the difference betn xerces 1.0 and 2.0? 

Xerces-C has no version 2.0.

Xerces-J does. If you want to know about Xerces-J-2.0, you should
probably ask it on the xerces-j-dev list.

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org