Programming Languages: Java, XSL (XSLT/XPath/XSL-FO)
License: Apache License V2.0
Hello Dirk, The source code is included in the download zip file. Daniel.
2013-04-15 08:22:28 PDT by danielaparker
Hi, We are using servingxml and I wanted to download the source code. But onfortunally there is no source code under https://servingxml.svn.sourceforge.net/svnroot/servingxml. where can I download the project. Regards Dirk.
2013-03-27 07:44:44 PDT by https://www.google.com/accounts
Hi, thanks for asking. As the author of this tool, and being that it's fairly stable and reasonably well documented, I've been taking a break :-) Also my interest in all things XML has been rapidly vanishing, and of late I've been using JSON as a data format whenever possible. I may be getting to the point where I'm prepared to look at it again. When that happens, I'd like to focus on...
2013-03-07 15:32:55 PST by danielaparker
yes, that's exactly what I did last week. now I can load my records in about 2 minutes instead of 40 minutes!
2013-03-01 03:36:28 PST by alv21
Hello I suggest to write a custom sqlwriter.
2013-02-28 14:01:32 PST by https://www.google.com/accounts
I suggest to start from the examples in the download package and from the online documentation The available transformation are many. So it depend from you requirements. Bye.
2013-02-28 13:58:51 PST by https://www.google.com/accounts
Hello this project is very interesting for me. Is there a roadmap for new release. I see that the last release is in the 2010.
2013-02-28 13:55:21 PST by https://www.google.com/accounts
Hello I developed a custom sqlwriter from your standard adding the commit handling. This writer has a commitSize attribute that permit to specify how many record insert or update before make a commit. The default value for the parameter is 1 so if you don\'t specify a value is like a standard sqlwriter. Moreover if you specify a negative value for attribute commitSize the writer commits...
2013-02-28 13:49:21 PST by https://www.google.com/accounts
In a SQL query returns zero result rows, I get an exception: Flow is null at com.servingxml.components.recordmapping.GenerateElement.groupStopped(GenerateElement.java:155) I'd consider this situation as normal and would expect just an empty output but no exception. This can be done by simply commenting out this code: 154 /* TGE 155 if (flow == null) { 156 throw...
2013-02-22 12:48:41 PST by https://me.yahoo.com/a/7a8VEj8n
hi, I'm trying to find a better way to read an XML file and insert record into a table when I have a huge amount of record in xml file, then using sx:sqlWriter. iI'm trying with sx:sqlBatchWriter doing this: $ dervingxml -i rilevazioni.xml -r config/config.xml myService where config.xml: [code]... <sx:service id="myService"> <sx:recordStream>...
2013-02-22 02:56:45 PST by alv21