You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Awasthi, Anand" <An...@bmc.com> on 2001/03/27 01:36:29 UTC

insert xml data into databse ??


-----Original Message-----
From: Dean Roddey [mailto:droddey@portal.com]
Sent: Monday, March 26, 2001 5:24 PM
To: 'xerces-c-dev@xml.apache.org'
Subject: RE: tools for generating XML document 


Generating XML doesn't really need much in the way of tools. If you have
some proprietary data format, even if there was a tool you'd have to write
some code of some sort to massage it such that the tool could understand it.
By that point, the extra step to just generate the document yourself (and
avoid the gotchas of using another tool) isn't very much at all. Basically
all you need is a stream to format to, and a couple of helper methods that
will automatically escape characters not valid at that point in an XML
document or invalid for the target encoding.

The XMLFormatter and XMLFormatterTarget classes provide the bulk of what
you'd need to do that, so it would just require you to write some code to
drive these classes from your source data.

--------------
Dean Roddey
Software Geek Extraordinaire
Portal, Inc
droddey@portal.com



-----Original Message-----
From: Awasthi, Anand [mailto:Anand_Awasthi@bmc.com]
Sent: Monday, March 26, 2001 3:20 PM
To: 'xerces-c-dev@xml.apache.org'
Subject: tools for generating XML document 


Hi, 

i got a requirement in which i have to generate on the fly XML documents
from some propritery 
data. 

do we have any tool at first place which generates XML documents on the fly
??

Thanks 
Hi,


Is there any efficicent way to map XML data into a form that can be
efficiently inserted into database ??
 

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org