xsl-list
[Top] [All Lists]

off-topic Sarissa question

2005-03-21 06:47:54

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






--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>