RE: dumb question:

Subject: RE: dumb question:
From: "Esfand Shayan" <eshayan@xxxxxxxxxxx>
Date: Mon, 3 Apr 2000 19:18:50 -0500
Date: Mon, 3 Apr 2000 10:53:47 -0700
From: Neelam Checknita <NChecknita@xxxxxxxxxxxxx>
Subject: dumb question:

You can use the standardized Document Object Model (DOM) API
to programmatically build your XML document from scratch,
without any need for println.

Esfand

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




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


Current Thread