P
paul vudmaska
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:ocument.new(File.new('xml/global.xml'))
and not closing file.
now, instead, i do this
$globalFile = File.new('xml/global.xml')
$global = REXML:ocument.new($globalFile)
....
$globalFile.close
and close $globalFile at the end.
Anyway, alls groovy now.
THanks,
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
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:ocument.new(File.new('xml/global.xml'))
and not closing file.
now, instead, i do this
$globalFile = File.new('xml/global.xml')
$global = REXML:ocument.new($globalFile)
....
$globalFile.close
and close $globalFile at the end.
Anyway, alls groovy now.
THanks,
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com