Re: getting plain text from the xslt processor...
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Rui Paiva wrote: > I am trying to get a plain text string as a result of a xsltransform, but I > am getting instead > <transformiix:result xmlns:transformiix="http://......">My/text/message > </transformiix:result> That is as documented here: <http://www.mozilla.org/projects/xslt/js-interface.html> Simply read out resultDocument.documentElement.textContent then to have the text result. -- Martin Honnen http://JavaScript.FAQTs.com/