Displaying 20 results from an estimated 2000 matches similar to: "SAX Parsing and erb?"
2012 Oct 26
1
Parsing very large xml datafiles with SAX (XML package): What data structure should I favor?
Hello again,
I have another question related to parsing a very large xml file with SAX:
what kind of data structure should I favor? Unlike using DOM function that
can return lists of relevant nodes and let me use various versions of
'apply', the SAX parsing returns me one thing at a time.
I first tried to simply append to simple solution of appending to lists as
I get the data. But I
2012 Oct 26
1
Parsing very large xml datafiles with SAX: How to profile <anonymous> functions?
Hello everyone,
I'm trying to parse a very large XML file using SAX with the XML package
(i.e., mainly the xmlEventParsing function). This function takes as an
argument a list of other functions (handlers) that will be called to handle
particular xml nodes.
If when I use Rprof(), all the handler functions are lumped together under
the <anonymous> label, and I get something like this:
2012 Aug 21
0
CEBA-2012:1184 CentOS 5 perl-XML-SAX FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1184
Upstream details at : http://rhn.redhat.com/errata/RHBA-2012-1184.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
85aed94f1ee9a2c4886d2bbca6ccd73b59d9e9e0903f866c84e12219703faeca perl-XML-SAX-0.14-13.el5.noarch.rpm
x86_64:
2011 Nov 14
0
CEBA-2011:1446 CentOS 5 i386 perl-XML-SAX FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1446
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1446.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
47eeab4c308fbf62d697aa7130cad9a4 perl-XML-SAX-0.14-11.noarch.rpm
Source:
87dceb01f600717c787f9bc069d5bac9 perl-XML-SAX-0.14-11.src.rpm
--
Johnny Hughes
CentOS
2011 Nov 14
0
CEBA-2011:1446 CentOS 5 x86_64 perl-XML-SAX FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1446
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1446.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
47eeab4c308fbf62d697aa7130cad9a4 perl-XML-SAX-0.14-11.noarch.rpm
Source:
87dceb01f600717c787f9bc069d5bac9 perl-XML-SAX-0.14-11.src.rpm
--
Johnny Hughes
2005 Sep 28
4
A document about implementing dtrace probes in SAX
Hi,
I have mentioned before that we have added some sdt dtrace probes in SAX,
our APL interpreter. Encouraged by Angelo and Jignesh, I have created a
small document (5 pages) describing our experience with it, together with
some problems we have encountered and some scripts we use for
pretty-printing dtrace outputs.
The said document can be found at
2014 Jan 26
2
[LLVMdev] [llmdev] fail to process llvm generated assembly on windows/mingw32
Hello guys,
I'm using llvm 3.3 on windows with mingw (triple: "i386-unknown-mingw32")
to compile IR code that my
program generates.
I do it in two phases: first I emit assembly code and then assemble it.
TargetMachine targetMachine =
target.createTargetMachine(triple);
targetMachine.setAsmVerbosityDefault(true);
targetMachine.setFunctionSections(true);
2005 Sep 21
5
SAX Parser best practise
Dear All,
I have a question regarding best practise in setting up a XML parser
within R.
Because I have files with more than 100 MB and I'm only interested in
some values I think a SAX-like parser using xmlEventParse() will be the
best solution.
Unfortunately the values I'm looking for, to construct some higher "mass
spectrum", are distributed over different lines: as
2005 Aug 25
0
multiple refreshs clicks cause errors in WEBrick
Hi all
I am new to rails, so I hope it is not a trivial question...
I am using rails with webrick and MySql4.1 on win XP.
I enter a simple action (with a post method) which fetches some data from a ''users'' table and present it in a rhtml view.
Now when I press the refresh button quickly a few times I get in the command line window errors such as this:
[2005-08-25 17:08:55]
2006 Sep 13
1
Net::HTTPResponse
Hello :) I have a problem with the Net::HTTP library...
The Net::HTTP library [1] uses a Net::HTTPResponse object for all it''s
responses from web servers. This class has many subclasses, such as
HTTPSuccess, HTTPRedirecttion, etc.
When obtaining a response, the library suggests to check what it is by testing
the class of the returned object - using case/when or kind_of? (which it does
1995 Dec 28
0
No subject
>From owner-majordomo Thu Dec 28 05:29:23 1995
Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11])
by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA04159
for <announce@freebsd.org>; Thu, 28 Dec 1995 05:29:12 -0800 (PST)
Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id OAA04823 for
2006 Mar 28
7
Is Ruby stable for production use?
Hi,
I realise that Windows is a poor platform and that Webrick is a development,
not production, server. However, we have started seeing this crop up when
perfectly simple page to page links are invoked...
[2006-03-28 08:32:21] ERROR Errno::ECONNABORTED: Software caused connection
abort
/usr/lib/ruby/1.8/webrick/httpresponse.rb:324:in `write''
2007 Mar 26
1
Streaming content
Hello
I''m attempting to write a mongrel plug-in which would stream a response.
At first I was doing this
def process(request, response)
response.start do |head,out|
head[''Content-Type''] = ''text/html''
%w{o m g}.each { |c| out.puts c; sleep 5; }
end
response.done = true
end
But then I looked at HttpResponse and decided
2006 Aug 02
1
Modifying Mongrel Examples
Hi,
I am tryinig to work on the Mongrel examples. I am trying to modify
the HttpResponse.
def process(request, response)
response.start do |head,out|
if request.params["REQUEST_METHOD"] == OPTIONS"
else
end
end
One can detect that the request is OPTIONS like this, but how does one
generate the custom response by using HttpResponse.
Please help.
Shubham
2011 Nov 14
0
CentOS-announce Digest, Vol 81, Issue 7
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2011 Aug 15
3
- WEBrick server refuses to launch
Running Ruby 1.8.7, Rails 3.0.7 on a Windows 7 machine - tried going
through an upgrade to Ruby 1.9.2 over the weekend, but ran into
issues, so have since gone back to 1.8.7. After restoring my app and
re-installing all of the gems, the application finally launches with
rails s:
=> Booting WEBrick
=> Rails 3.0.7 application starting in development on http://0.0.0.0:3000
=> Call with -d
2010 Jul 01
1
Interesting "Bad Certificate" Problem
All,
I''m having an interesting certificate problem with a host I provisioned
today. The host was provisioned and puppet was installed as part of the
post-os provisioning process. After I signed the certificate I see the
following on the client side:
[root@client ~]# puppetd --verbose --no-daemonize
notice: Starting Puppet client version 0.25.4
err: Could not retrieve catalog from
2012 Aug 22
0
CentOS-announce Digest, Vol 90, Issue 13
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2009 Jan 29
0
Net:HTTP.post returns an Array
I was wondering if anyone has run into this problem. I post using a
Net::HTTP object and instead of getting Net::HTTPResponse object, the
server returns an Array causing an error since an we typically attempt
to read the body of the Net::HTTPResponse object. Does anyone know
why this is occurring? Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you
2003 Dec 19
1
E100P connected to Cisco
Hi All,
I wish to connect * to a Cisco using a E100P board.
When I load the driver I got this error message:
-bash-2.05b# modprobe wct1xxp
ZT_CHANCONFIG failed on channel 1: Function not implemented (38)
/lib/modules/2.4.21-SAX/misc/wct1xxp.o: post-install wct1xxp failed
/lib/modules/2.4.21-SAX/misc/wct1xxp.o: insmod wct1xxp failed
Follows Cisco configuration:
isdn switch-type primary-qsig