[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

fyi : rexml eruby cache'ing

paul vudmaska

9/13/2003 2:55:00 AM

>>Please avoid top-posting.<<

Is this a top-posting? How do i submit a sub
top-posting?

Anyway i submitted a post about rexml perhaps
intermittantly caching a file. I figured out why.

before, i was loading the xml like this...

$global =
REXML::Document.new(File.new('xml/global.xml'))

and not closing file.

now, instead, i do this
$globalFile = File.new('xml/global.xml')
$global = REXML::Document.new($globalFile)
....
$globalFile.close

and close $globalFile at the end.

Anyway, alls groovy now.

THanks,:P




__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder...