This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: IE6:clientside - XML to string?


Hi Chris,

I just replied but there was a "system attendant" on the listserv that said
my message was spam (it was overly exuberant), so I assume it did not make
it to the group...

Anyway, thanks!  That works.  Do you have access to some secret areas of
microsoft's site?  WHere is this info?  How about IE6? What a sweet browser.
Pretty much anything can be done. I figure if I can't find the answer it is
because I can't find the answer, but it is out there somewhere - you usually
have it.

Thanks!
Rob


----- Original Message -----
From: "Chris Bayes" <Chris@Bayes.co.uk>
To: <xsl-list@lists.mulberrytech.com>
Sent: Friday, June 22, 2001 10:28 PM
Subject: RE: [xsl] IE6:clientside - XML to string?


> Rob,
> source.documentElement.xml will give you the xml from an XML data island
but
> it doesn't include the xml declaration or any PIs. This works for 4, 5 and
6
>
> Ciao Chris
>
> XML/XSL Portal
> http://www.bayes.co.uk/xml
>
>
> >-----Original Message-----
> >From: owner-xsl-list@lists.mulberrytech.com
> >[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Robert Koberg
> >Sent: 23 June 2001 03:22
> >To: xsl-list@lists.mulberrytech.com
> >Subject: [xsl] IE6:clientside - XML to string?
> >
> >
> >Sorry for the OT post, but it seems like this is the best place to ask
the
> >question...
> >
> >Is it possible given the following in on an html page:
> >
> ><XML id="source" src="abc.xml"></XML>
> >
> >to get the a string representation of the xml from some DOM method using
> >javascript?  (I am having troubles finding documentation at MS for
> >IE6 which
> >is in beta)
> >----------------------------
> >If abc.xml was:
> >
> ><article>
> >  <para> blah blah</para>
> ></article>
> >---------------------------
> >then is there something like?
> >
> >var theXMLasString= source.toString()
> >
> >which make this true:
> >
> >theXMLasString=='<article>\n%20%20<para> blah blah</para>\n</article>';
> >// or whatever the proper string notation is...
> >
> >thanks for any help or pointers,
> >Rob
> >
> >
> > XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> >
> >
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]