A new "Sample" directory item: SQL

Are you missing a feature? Request its implementation here.
boater
Posts: 11
Joined: Mon Oct 26, 2015 5:00 pm

A new "Sample" directory item: SQL

Post by boater »

The samples directory is full of very helpful material. Thank you for that.

I suggest adding another folder: a scenario that transforms an XML into a connected SQL database.

It could contain:
[*]readme file that says in general terms what environment is needed (JDBC, classpath etc. )
[*]minmal SQLite file
[*]minimal XML file
[*]xslt transform
[*]configuration file

I've been working on a project like this and I'm having a difficult time. Information regarding xslt/sql transforms is hard to find.
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: A new "Sample" directory item: SQL

Post by adrian »

Hi,

I've logged your request. This will be analyzed and if found appropriate, it will be added in a future version of Oxygen.

I do have to mention that what you want is less of an XML sample and more of a JDBC/SQL sample (used from within XSL). There's also the matter that JDBC tends to have implementation specific peculiarities. So what might work for SQLite, might not be best for MS SQL.
Anyway, my point is a sample needs to be generic and what you want seems to be more specific.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply