similar to: Parsing XML with REXML problem

Displaying 20 results from an estimated 100 matches similar to: "Parsing XML with REXML problem"

2006 Jun 26
0
DBI question. How do I load a database with data parsed from REXML?
I wrote a rexml script that parses rather big xml files (DOM parsing) and builds an object out of them. This is what it looks like after i parse the xml file and display the object: [#<Article:0xb79e7428 @brand="This is a story from ", @id=5337, @fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ", @source="source",
2002 Feb 26
1
Include exclude not working
Hi! playing with --include, --exclude, and --exclude-from=file I found these not working: xcnlm00s:/etc/adsm/script # rsync -navx --include="*/" --exclude="*" -e ssh newsfeed:/ receiving file list ... done wrote 29 bytes read 28605 bytes 3014.11 bytes/sec total size is 0 speedup is 0.00 xcnlm00s:/etc/adsm/script # rsync -navx --exclude="*"
2008 Jan 10
3
A best practices question
Hey everyone. I''ve got a best practices question. How are you guys rendering newsfeeds? We have a couple of apps where we send newsfeed items from a backend process. As such, we aren''t in the context of a controller and can''t use the rails template rendering. We''ve tried about 3 different ways to make that bearable, but aren''t having much
2004 Jan 23
2
Maillinglist as newsgroup ?
Hi, I was thinking if it was possible to get this list as news ? It would be much easier that 'hotmail-account' /HHA _________________________________________________________________ Scope out the new MSN Plus Internet Software — optimizes dial-up to the max! http://join.msn.com/?pgmarket=en-us&page=byoa/plus&ST=1
2006 Nov 04
0
active record, checking for existing records
Hi all Writing Newsfeeds into a database from a directory of xml documents. In the start of my file loop i have: next if !NewsFeed.find_by_filename(f)==nil I do not want to add a file if it has been added previously.... This does not work though!
2006 Jun 24
0
Best approach for loading a data object into mysql?
I wrote a rexml script that parses rather big xml files (DOM parsing) and builds an object out of them. This is what it looks like after i parse the xml file and display the object: [#<Article:0xb79e7428 @brand="This is a story from ", @id=5337, @fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ", @source="source",
2001 Jul 26
2
Installing Smart Suite 97
I get to 53 percent of files copied and I get the message that c:\lotuscomponent/lttsn32.dll is in use by another application and terminates install. Help me? BTW I get a message about contacting Microsoft support about mytab11.c. Well this is a Microsoft clean installation. Took me hours to the point where the installer will load and run. -----= Posted via Newsfeeds.Com, Uncensored Usenet
2006 May 26
1
OT: American Telecom Approved by FCC to Certify DECT Phones in US
http://www.wirelessiq.com/content/newsfeed/7319.html I'm surprised, I thought DECT was already available in the USA from my days selling this at Ericsson Australia back in 1995. Can someone confirm that they aren't already available? Cheers, Dean -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Mar 22
0
Wine-users mail storm - long explanation
Hi All, >>>Clarification: I'm getting a flood of wine-users emails. Yes, I'm seeing this too. I spent all day today trying to understand why this is happening, and failed, but I think I have just now figured it out. As far as I can tell, the flood of messages are all the messages that were posted to the newsgroup since the last time the newsgroup and wine-users mailman list
2001 Sep 04
10
Newsgroup - another try?
As nobody seems to answer my request, I simply post it again. Is there any reason why the r-help-mailinglist should not be converted to a newsgroup? These were the advantages of a newsgroup I mentioned earlier: -) you can easily search the archives -) the discussion is faster (I experience that the R-mailinglist has a lag of about 1 to 2 hours (not for everyone!!!). When I ask a question, I get
2011 Feb 09
1
[PATCH] virtio-net: add schedule check to napi_enable call in refill_work
Justification: Impact: Under heavy network I/O load virtio-net driver crashes making VM guest unusable. Testcases: 1) Sergey Svishchev reports that servers that run java webapps with high java heap usage (especially when heap size is close to physical memory size) helps trigger one of aforementioned bugs. Unfortunately, I don't have a simple test case. 2) Peter Lieven reports that his
2011 Feb 09
1
[PATCH] virtio-net: add schedule check to napi_enable call in refill_work
Justification: Impact: Under heavy network I/O load virtio-net driver crashes making VM guest unusable. Testcases: 1) Sergey Svishchev reports that servers that run java webapps with high java heap usage (especially when heap size is close to physical memory size) helps trigger one of aforementioned bugs. Unfortunately, I don't have a simple test case. 2) Peter Lieven reports that his
2001 Nov 18
1
Printing in Wine
I'm using RH 7.1 with 20011108. Wine is running well with the few simple apps that I use with it. The only problem that I'm having is with printing. I've followed the somewhat conflicting instructions that I've found around the web to use the internal PS driver and at least gotten that much to show up in the dialog box on WinSpice3. However, when I attempt to print I get
2001 Dec 26
3
Understanding the Examples
Hello everybody, I am trying to understand the Advance routing and Traffic control. In the examples section of the how to an example script is given. Section 15.8.2 (the ultimate setup for Your internet connection) The example says download is 800 and upload is 220 ###### uplink # install root CBQ tc qdisc add dev ppp0 root handle 1: cbq avpkt 1000 bandwidth 10mbit Maybe I am
2001 Oct 29
1
NT command tools
*** post for FREE via your newsreader at post.newsfeeds.com *** I'm using WINE (20010731) with RedHat 7.2. I'm trying to run some Windows NT command tools with WINE such as usrmgr.exe, netsvc.exe, etc. USRMGR.EXE loads fine, but it says on the Windows app window "RPC Protocol error". I'm wondering whether WINE supports RPC apps. Am I missing RPC support on my
2001 Jun 26
1
Why is winemaker output a library & symlink?
Marcus Meissner wrote: > > In article <ax%R6.33895$hV3.53576@newsfeeds.bigpond.com>, > David Rowe <voicet@bigpond.com.au> wrote: > >1) Why does winemaker (after ./configure, make etc) produce a library and > >sym link as the output, e.g. why not an executable. > > This is the usual invokation method of WINE binaries. Do not worry. This is an excellent
2012 Sep 10
2
Are the CentOS forums available as RSS feeds?
Newcomer to CentOS, have signed up for the mailing lists and tried unsuccessfully to find newsfeeds for the forums. Hoping someone here might know better? Thanks.
2006 Mar 21
16
Javascript Code inside an Ajax response
Hi, i wish to run a function that came inside my Ajax response. I read that i have to use the evalScripts to make this, but still i couldn''t make it work. The error said that my function isn''t declared. I look at the Sergio Pereira tutorial about use the var xxx = function() but still doesn''t work. Someone could help me? In the response this is the code: for (var i =
2004 Jun 16
1
replacing cisco callmanager with asterisk?
ive had enough of cisco unity and microsoft exchange and im looking for alternatives to our voip system. right now, we have 3 cisco callmanagers, 1 cisco ip icd system, and 1 cisco unity voicemail system. all phones are cisco 7940/7960's and some ata186/188's. voice gateways are cisco vg200's with pri cards (5 total). im running h323 on the gateways and phones are of course
2004 Dec 17
2
Omega changes
I propose making a few changes to the way omega (and omindex) operate. I'm posting these to the list before doing so to check if they'll cause obvious problems for anyone. 1) Configuration handling for omega. Omega has a configuration file, which specifies where databases, templates and logfiles are to be found. It currently looks for this configuration file in its current working