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 Vitaly Prapirny <ma...@mebius.net> on 2003/03/25 09:58:07 UTC

Re: parsing DOM tree: How to get attribute values ( I don ╢t like mondays)

"Andreas B. Thun" wrote:
> 
> >        XMLCh* attrName = XMLString::transcode(attributeName);
> >        attrVal = nodeElement->getAttribute(attrName);
> >        delete [] attrName;
XMLString::release(&attrName);
Would it be better ?
> 
> Yep. Now it╢s perfect.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org

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