I have an XML feed that continuously gets updated if you refresh the http connection.
How do I put this data in baseX without repetition? How do I refresh my browser automatically? my XML feed is at http://media.chp.ca.gov/sa_xml/sa.xml
Dear Anush,
it will be difficult to support RSS storage out of the box. Instead, as you already guessed, you'll have to decide which feeds are already stored in your database, and which are new. There are some unique indicators in your XML stream that will help (most predominantly the timestamp.
We once had a student project that revolved around integrating RSS support to BaseX. The code base hasn't been updated for quite a while, but if you are interested, I can provide you with a snapshot of the Eclipse project.
Christian ___________________________
On Thu, Nov 8, 2012 at 1:49 AM, anush badii anushbadii@gmail.com wrote:
I have an XML feed that continuously gets updated if you refresh the http connection.
How do I put this data in baseX without repetition? How do I refresh my browser automatically? my XML feed is at http://media.chp.ca.gov/sa_xml/sa.xml
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
basex-talk@mailman.uni-konstanz.de