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:


Date: Mon, 3 Apr 2000 10:53:47 -0700
From: Neelam Checknita <NChecknita@burntsand.com>
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

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