On 20.06.16 16:07, Bart Lidofsky wrote:
What is the current legal status of the ADB file format? Please note that I am talking about the format itself, and not any data that is stored using that format. I am especially interested if it is public domain or GPL'd. The reason is that I have been thinking about, for several years, creating a flexible data standard for transferring astrological data, including calculated data (notably to be used for piping data from a more general astrological utility to a more specialized one), and the ADB format would make an excellent starting point, provided that it is currently an open, and therefore extensible, standard. Bart
An <adb_entry> element consists of four sections:
-- end quote
I declare that <pubic_data> segment of the xml-format to be in the public domain. But not the <text_data> format and not the <research_data> format.
Please note that this refers simple to the xml structure description, not to the actual data in the ADB export files.
The parts in the public domain are the tags
<name> <sflname> <birthname> optional <gender> <roddenrating> <datatype> <bdata> <sbdate> <sbdate_dmy> <sbtime> <place> <country> <positions> </bdata> <bdata_alt> optional, alternative birth information </bdata_alt> <scollector> <seditor> <sbiographer> <screationdate> <slasteditdate>
On the Swiss Ephemeris mailing list this question was asked:On 20.06.16 16:07, Bart Lidofsky wrote:What is the current legal status of the ADB file format? Please note that I am talking about the format itself, and not any data that is stored using that format. I am especially interested if it is public domain or GPL'd. The reason is that I have been thinking about, for several years, creating a flexible data standard for transferring astrological data, including calculated data (notably to be used for piping data from a more general astrological utility to a more specialized one), and the ADB format would make an excellent starting point, provided that it is currently an open, and therefore extensible, standard.
The file format was invented by me, for the purpose of exporting ADB data.
Now, this new great thing that Alois has produced - Where do I start, to begin converting that XML data into CSV files?I write in VB6 and could write spaghetti code somehow, but are there any tips anyone can give?
adbx_dma.xsl
A xsl script, which can extract birth data from the xml file into
a TAB separated text file. This file serves as an example to show
how conveniently data from an xml file can be extracted for processing.
It is used like this:
xsltproc adbx_dma.xsl adb_export_sample.xml
Bart
--
-- You received this message because you are subscribed to the Google Groups ADBusers group. To post to this group, send email to adbu...@googlegroups.com. To unsubscribe from this group, send email to adbusers+u...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/adbusers
--- You received this message because you are subscribed to the Google Groups "ADBusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adbusers+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Now, this new great thing that Alois has produced - Where do I start, to begin converting that XML data into CSV files?I write in VB6 and could write spaghetti code somehow, but are there any tips anyone can give?
Now, this new great thing that Alois has produced - Where do I start, to begin converting that XML data into CSV files?I write in VB6 and could write spaghetti code somehow, but are there any tips anyone can give?