Re: [xsl] off-topic Sarissa question

Subject: Re: [xsl] off-topic Sarissa question
From: António Mota <amsmota@xxxxxxxxx>
Date: Mon, 21 Mar 2005 13:58:15 +0000
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@xxxxxxxxxx> 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

Current Thread