From: Joe W. <jo...@gm...> - 2022-05-11 22:56:57
|
See also the node-exist project, at https://github.com/eXist-db/node-exist. In particular, Juri's https://github.com/eXist-db/node-exist/pull/202 added a nice command-line method for uploading documents to eXist. On Wed, May 11, 2022 at 3:06 PM <ml-...@fl...> wrote: > Hi Michael, > > thanks a lot, that sounds very interesting! I didn't use ant yet, but > i'll give it a try. An example would be great and highly appreciated! > > In the meanwhile, i've tested using curl with HTTP PUT. This seems to > work nicely for smaller files, but i encounter problems with bigger XML > resources. Thus, ant may be a better solution. > > Florian > > Am 11.05.2022 um 19:13 schrieb Michael Joyce: > > Hello Florian, > > > > This isn’t quite an answer to your question, but may be of some help. > > > > We use an ant build.xml file to handle large imports, following the > documentation in http://exist-db.org/exist/apps/doc/ant-tasks . That ant > script reads a properties file with the credentials and other information. > > > > I can provide an example for you, if you’d like. > > > > Michael > > > > > _______________________________________________ > Exist-open mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-open > |