[xsl] off-topic Sarissa question

Subject: [xsl] off-topic Sarissa question
From: Bryan Rasmussen <bry@xxxxxxxxxx>
Date: Mon, 21 Mar 2005 14:47:54 +0100
Hey

a quick question, using Sarissa with transformToDocument in Firefox works but
significantly different than it does in IE. If I do the following in IE

var resultDocument = processor.transformToDocument(oDomDoc);
 
alert(resultDocument)

my alert  returns [object], in Firefox it returns [object XMLDocument],

The thing I want to do after I get back my resultDocument is to get its xml out,


alert(resultDocument.xml) in IE shows the xml content of the document, 
in firefox shows undefined. 
The same is the case for all the usual properties that the MS dom exposes, text
etc. how do I have to get ahold of those properties?


-- 
Bryan Rasmussen

Current Thread