Hi Vijay,

        I don't know any tool doing this automatically. But you
can write a simple perl script which will

1. Parse the data xml ( use XML::DOM or XML::XPATH ) 
2. Write into db ( use DBI )

You can find these perl modules on CPAN (www.cpan.org)

Regards,

/Mahesh

On Fri, 2005-06-03 at 00:58 +0530, Vijaya Rama Raju Alluru wrote:
> Hi
> 
> I have a perl script. It gets data, from a router (juniper), in xml format.
> 
> Requirement: xml -> database (populate database from xml file)
> 
> My understanding: xml -> objects -> database (xml data-binding)
> 
> You come here!: tell me how to do it (FLOSS tools, freeware?!!)
> 
> 
> Thanks and Regards
> 
> Vijay
> (Vijaya Rama Raju Alluru)
> 
> PS: I know this is not an xml forum. Please pardon me if this is [OT].
> 
> --
> ______________________________________________________________________
> Pune GNU/Linux Users Group Mailing List:      (plug-mail@plug.org.in)
> List Information:  http://plug.org.in/mailing-list/listinfo/plug-mail
> Send 'help' to [EMAIL PROTECTED] for mailing instructions.

--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      (plug-mail@plug.org.in)
List Information:  http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.

Reply via email to