Wednesday, May 26, 2004
Xindice - dropping documents, accessing in flowscript
Hmmm, so as it turns out, it is ridiculously straight forward to pull data from Xindice into flowscript . Just take the demonstration code from the XML binding example in the samples/woody/ directory, then change it so the URI uses the xmldb pseudo-protocol...You end up with a Document object -- that's the DOM of your data. "Well, that's it. Easy, peasy, Japanesey. Any questions?"
What is not so straight-forward is how to delete collections using the query tag parsed by the XMLDBTransformer. I've started poking around in the cocoon source, but that will probably wait until tomorrow for a really thorough investigation.
What is not so straight-forward is how to delete collections using the query tag parsed by the XMLDBTransformer. I've started poking around in the cocoon source, but that will probably wait until tomorrow for a really thorough investigation.