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: dumb question:


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@burntsand.com]
> Sent: Monday, April 03, 2000 1:38 PM
> To: 'xsl-list@mulberrytech.com'
> 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@jdedwards.com]
> Sent: Monday, April 03, 2000 12:19 PM
> To: 'xsl-list@mulberrytech.com'
> 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@burntsand.com]
> 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

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