473,408 Members | 2,839 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Tool to insert from xslt to db

kk
I have an xml file and write an xslt. Now I want to insert related elements
from xslt to db directly for various data types. How can I do? Is there any
existing tool for this? Thanks!
Jul 20 '05 #1
3 1705


kk wrote:
I have an xml file and write an xslt. Now I want to insert related elements
from xslt to db directly for various data types. How can I do? Is there any
existing tool for this?


I think Saxon from http://www.saxonica.com/ has an SQL extension, it for
instance documents an insert extension here:
http://www.saxonica.com/documentatio...on/insert.html
so you maybe able to use Saxon to solve that but I have never used that
extension myself.
--

Martin Honnen
http://JavaScript.FAQTs.com/
Jul 20 '05 #2
"kk" <kk***@hotmail.com> wrote in news:30*************@uni-berlin.de:
I have an xml file and write an xslt. Now I want to insert related
elements from xslt to db directly for various data types. How can I do?
Is there any existing tool for this? Thanks!


The uPortal project (www.uportal.org) uses a tool called DbLoader which
reads a tables.xml for creating the database tables and data.xml for
inserting records. It's written in java and has several hooks into the
uPortal code (basically for logging and obtaining database connections) but
you could probably learn something from it. If I recall there was also an
open source product called Torque that did database loads from xml files.
The jakarta Ant build tool also has a "sql" task that will create and
populate a database from an xml file.

Jul 20 '05 #3
"kk" <kk***@hotmail.com> wrote in message
news:30*************@uni-berlin.de...
I have an xml file and write an xslt. Now I want to insert related elements from xslt to db directly for various data types. How can I do? Is there any existing tool for this? Thanks!

Check the Examples link in http://servingxml.sourceforge.net/.

Regards,
Daniel Parker
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: M Jared Finder | last post by:
I'm confused. XML looks to be extremely simple to read and write (so simple that I feel confidant I could program serialization and deserailization from a DOM document in an about an hour), yet I...
8
by: Sebastian Kerekes | last post by:
Greetings, I'm developing an application that supports multiple languages. In my XSL I use variables to place the text where it belongs to. At the top of the document I include those variables -...
2
by: jkflens | last post by:
Hello, i convert one XML-document by using XSLT into another XML-document. First change all attributes to elements is no problem. Then i try to insert a new element into the new document by...
3
by: Navneet Gupta | last post by:
Hi, I am a novoice developer for XML and XSLT. I need a tool which generates XSLT files. The UI should be similar to the transformation maps we create in BizTalk; it would be greate if I can...
3
by: Mark | last post by:
I'd like an inexpensive tool that can create moderately complex XSLT files based on the mappings from one XML schema to another. I would hope that the user could click and drag attributes from one...
6
by: Armel Asselin | last post by:
Hello, I'm searching for a simple command line tool to manipulate XML files. The idea would be commands such as that: xmanip-tool set /document/xpath/@name="value" remove //wrong-nodes add...
2
by: Zhang Weiwu | last post by:
Hello. I am looking for a commandline tool to take an html document (or html document segment, a.k.a. without beginign "<html><head>..</head><body>") and process it by removing all css style...
0
by: janise | last post by:
HI to all, I am a novoice developer for XML and XSLT. I need to know how to develop a tool which generates XSLT files. These tool must contain following forms in it... 1.It must contain two...
1
by: Michael | last post by:
It seems that the xml application which is part of XMLStarlet 1.0.1 is unable to process transformations which require the id function in combination with an XSD scheme file. In my test example, id...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.