xsl-list
[Top] [All Lists]

Re: off-topic Sarissa question

2005-03-21 06:58:15
There is a forum in the Sarissa project page where this question
belong, as it has nothing to do with XSL.

Go there, search the forum, search for Sarissa.serialise, maybe you
get what tou want.

https://sourceforge.net/forum/


On Mon, 21 Mar 2005 14:47:54 +0100, Bryan Rasmussen <bry(_at_)itnisk(_dot_)com> 
wrote:

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>
--~--



--~------------------------------------------------------------------
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>