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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.