Re: How to print the src attribute of an ImageElement
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > printf("%s", srcAttr.get()); srcAttr.get() is not a char*. You want NS_ConvertUTF16toUTF8(srcAttr).get() -Boris