JSmile and Exist

The engine.
Post Reply
JMac
Posts: 1
Joined: Mon Mar 03, 2008 4:42 pm

JSmile and Exist

Post by JMac »

I'm trying to combine jsmile with an exist database to store the networks (xdsl files). Is there an easy way to get loadfile to access an xml object directly? My other two options - parsing the xml object and building the network, or saving the xml locally to have jsmile load it in - are not appealing.
Any suggestions?
Thanks
J
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: JSmile and Exist

Post by shooltz[BayesFusion] »

JMac wrote: Is there an easy way to get loadfile to access an xml object directly?
I assume you're referring to Network.readFile in your original post. Since this is just a thin wrapper over C++ SMILE method, it's not possible to perform network I/O without going to filesystem level. I'd go for file located in temp directory.
Post Reply