You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by MB...@cpaglobal.com on 2003/11/11 13:54:53 UTC

XML importing :

Sorry for a unrelated question, but is there a easy way of taking xml data
and importing it into a relational database some like


<person>
      <name>Mike</name>
</person>

gets translated as

insert into user values ("Mike")

etc..

Mike





********************************************************************************
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee; access to this
email by anyone else is unauthorised.

If you are not the intended recipient: (1) you are kindly requested
to return a copy of this message to the sender indicating that you
have received it in error, and to destroy the received copy; and (2)
any disclosure or distribution of this message, as well as any action
taken or omitted to be taken in reliance on its content, is prohibited
and may be unlawful.
********************************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: XML importing :

Posted by Caoilte O'Connor <li...@caoilte.org>.
if you're using it on a small scale (or for unit testing 
like me) then dbunit (www.dbunit.org) is a great tool that 
integrates with ant very well.

c

On Tuesday 11 November 2003 13:54, MBrewer@cpaglobal.com 
wrote:
> Sorry for a unrelated question, but is there a easy way
> of taking xml data and importing it into a relational
> database some like
>
>
> <person>
>       <name>Mike</name>
> </person>
>
> gets translated as
>
> insert into user values ("Mike")
>
> etc..
>
> Mike
>
>
>
>
>
> *********************************************************
>*********************** The information in this message is
> confidential and may be legally privileged. It is
> intended solely for the addressee; access to this email
> by anyone else is unauthorised.
>
> If you are not the intended recipient: (1) you are kindly
> requested to return a copy of this message to the sender
> indicating that you have received it in error, and to
> destroy the received copy; and (2) any disclosure or
> distribution of this message, as well as any action taken
> or omitted to be taken in reliance on its content, is
> prohibited and may be unlawful.
> *********************************************************
>***********************
>
>
> ---------------------------------------------------------
>------------ To unsubscribe, e-mail:
> struts-user-unsubscribe@jakarta.apache.org For additional
> commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: XML importing :

Posted by Mike Jasnowski <mj...@bea.com>.
You might try looking at www.xmlsoftware.com, they have tons of XML related
utilities and tools.

-----Original Message-----
From: MBrewer@cpaglobal.com [mailto:MBrewer@cpaglobal.com]
Sent: Tuesday, November 11, 2003 7:55 AM
To: Struts Users Mailing List
Subject: XML importing :



Sorry for a unrelated question, but is there a easy way of taking xml data
and importing it into a relational database some like


<person>
      <name>Mike</name>
</person>

gets translated as

insert into user values ("Mike")

etc..

Mike





****************************************************************************
****
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee; access to this
email by anyone else is unauthorised.

If you are not the intended recipient: (1) you are kindly requested
to return a copy of this message to the sender indicating that you
have received it in error, and to destroy the received copy; and (2)
any disclosure or distribution of this message, as well as any action
taken or omitted to be taken in reliance on its content, is prohibited
and may be unlawful.
****************************************************************************
****


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org