Ivan,

> for f in `find . -name "*.xml"`; do ./se_term -query "load \"$f\" \"$f\"" x; 
> done

Thank's for your tips, I plan to harvest them in this weekend. I think
I need to learn some shell or dos script fist.

-aris

On 12/30/11, Ivan Shcheklein <shchekl...@gmail.com> wrote:
> Aris,
>
>
>> I think I need piping "se_term" with "find" file command. In my case, I
>> already have all website mirror's files that I need. With piping I
>> don't need to programatically load them.
>>
>
> No difference at all:
>
>  for f in `find . -name "*.xml"`; do ./se_term -query "load \"$f\" \"$f\""
> x; done
>
>
>> What the meaning of "input stream" mean here:
>> http://sedna.org/progguide/ProgGuidesu7.html#x13-500002.4 ?
>
>
> Documentation (and operation name itself) is a bit legacy. Still, Sedna
> server supports LOAD STDIN and several APIs use it to load data from
> stream, from memory, etc.
>
> Ivan
>

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to