RE: dumb question:

Subject: RE: dumb question:
From: Jonathan Marsh <jmarsh@xxxxxxxxxxxxx>
Date: Mon, 3 Apr 2000 14:02:17 -0700
MSXML also supports an "xml" property on each node, which gives you a
serialization of that node.

 - Jonathan Marsh
   Microsoft

> -----Original Message-----
> From: Neelam Checknita [mailto:NChecknita@xxxxxxxxxxxxx]
> Sent: Monday, April 03, 2000 1:38 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxx'
> Subject: RE: dumb question:
> 
> 
> is there a way to get the xml to a string object.  eg, could 
> i call toString
> on the document object and get the string format of the xml doc?
> 
> thanks,
> 
> neelam
> 
> -----Original Message-----
> From: Narahari, Sateesh [mailto:Sateesh_Narahari@xxxxxxxxxxxxx]
> Sent: Monday, April 03, 2000 12:19 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxx'
> Subject: RE: dumb question:
> 
> 
> using the DOM model, you can easily make an XML document. 
> However, saving it
> to a file will be a big pain , since AFAIK, only MSXML parser 
> supports Save
> method.
> 
> Sateesh
> 
> 
> 
> -----Original Message-----
> From: Neelam Checknita [mailto:NChecknita@xxxxxxxxxxxxx]
> Sent: Monday, April 03, 2000 11:54 AM
> To: Xsl Forums (E-mail)
> Subject: dumb question:
> 
> 
>  Hi all,
>  
> I know that one can get an HTML doc using XSLT + XML;  
> However, what if I
> want to create an XML document using a bunch of data that I 
> have in a Java
> class?  Is there some way that I can compose an XML doc using 
> some of the
> XML libraries without having to stick my own tags in 
> (brute-force method)
> using println's or something?  Thanks in advance for the response!
> 
> neelam
> 
> 
>  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
> 


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


Current Thread