Hi,
please don't top-post (I fixed the citation order below).
Nibin V M, 16.05.2012 16:30:
> On Wed, May 16, 2012 at 7:53 PM, Stefan Behnel wrote:
>> Nibin V M, 16.05.2012 16:16:
>>> I am trying to use cPanel XML-API and every API call return data in XML
>>> format. I would like to know how to m
thank you Stefan. but the XML output is assigned to a variable; how to
process the variable with XML contents?
On Wed, May 16, 2012 at 7:53 PM, Stefan Behnel wrote:
> Nibin V M, 16.05.2012 16:16:
> > I am trying to use cPanel XML-API and every API call return data in XML
> > format. I would like
Nibin V M, 16.05.2012 16:16:
> I am trying to use cPanel XML-API and every API call return data in XML
> format. I would like to know how to manipulate the data here.
>
> For eg: How can I read the CPU load data from the below output
>
>
>
> 0.000.000.00
Here's some untested code to print the
Hi,
I am trying to use cPanel XML-API and every API call return data in XML
format. I would like to know how to manipulate the data here.
For eg: How can I read the CPU load data from the below output
0.000.000.00
Thank you,
--
Regards
Nibin.
--
http://mail.python.org/mailman/listinfo/
On Apr 11, 3:12 am, Cameron Simpson wrote:
> On 10Apr2010 23:05, Chris Rebert wrote:
> | On Sat, Apr 10, 2010 at 9:13 PM, Ted Larson Freeman|
> wrote:
>
> | > This week the SEC proposed new requirements for asset-backed
> | > securities that include the use of XML and Python:
> | >
> | > "The a
On 4/11/2010 12:13 AM, Ted Larson Freeman wrote:
This week the SEC proposed new requirements for asset-backed
securities that include the use of XML and Python:
"The asset-level information would be provided according to proposed
standards and in a tagged data format using eXtensible Markup Lang
On 10Apr2010 23:05, Chris Rebert wrote:
| On Sat, Apr 10, 2010 at 9:13 PM, Ted Larson Freeman
| wrote:
| > This week the SEC proposed new requirements for asset-backed
| > securities that include the use of XML and Python:
| >
| > "The asset-level information would be provided according to propos
On Apr 10, 11:13 pm, Ted Larson Freeman
wrote:
> This week the SEC proposed new requirements for asset-backed
> securities that include the use of XML and Python:
>
> "The asset-level information would be provided according to proposed
> standards and in a tagged data format using eXtensible Marku
On Sat, Apr 10, 2010 at 9:13 PM, Ted Larson Freeman
wrote:
> This week the SEC proposed new requirements for asset-backed
> securities that include the use of XML and Python:
>
> "The asset-level information would be provided according to proposed
> standards and in a tagged data format using eXte
This week the SEC proposed new requirements for asset-backed
securities that include the use of XML and Python:
"The asset-level information would be provided according to proposed
standards and in a tagged data format using eXtensible Markup Language
(XML). In addition, we are proposing to requir
On Apr 15, 9:43 am, Scott David Daniels wrote:
> ookrin wrote:
> > I am still learning. And it's not that I won't take the advice
> > for using ElementTree, I just currently don't know anything about it.
> > I just didn't want to say, "I have no idea what you're talking about!"
> > to Scott c
ookrin wrote:
I am still learning. And it's not that I won't take the advice
for using ElementTree, I just currently don't know anything about it.
I just didn't want to say, "I have no idea what you're talking about!"
to Scott cause I figured that would be rude, but I guess so is not
saying
On Apr 15, 2:25 pm, ookrin wrote:
>
>
> Seeing the errors - I changed the two classes to this:
>
> class offlineLoad():
> def loadXmlFile(self):
> print "Loading from File"
> xf = open('CharacterID.xml','r')
> xml = xmlHandler()
> saxparser = make_parser()
>
On Apr 14, 8:15 pm, John Machin wrote:
> On Apr 15, 12:29 pm, ookrin wrote:
>
>
>
> > On Apr 12, 12:51 am, "Diez B. Roggisch" wrote:
>
> > > ookrin schrieb:
>
> > > > I'm in the process of learning python and PyQt4. I had decided to make
> > > > myself a simple app and soon discovered that I nee
On Apr 15, 12:29 pm, ookrin wrote:
> On Apr 12, 12:51 am, "Diez B. Roggisch" wrote:
>
>
>
> > ookrin schrieb:
>
> > > I'm in the process of learning python and PyQt4. I had decided to make
> > > myself a simple app and soon discovered that I needed to crash into
> > > xml to use some of the data
On Apr 12, 12:51 am, "Diez B. Roggisch" wrote:
> ookrin schrieb:
>
>
>
> > I'm in the process of learning python and PyQt4. I had decided to make
> > myself a simple app and soon discovered that I needed to crash into
> > xml to use some of the data I was going to be getting off of the
> > server.
ookrin wrote:
I'm in the process of learning python and PyQt4. I had decided to make
myself a simple app and soon discovered that I needed to crash into
xml to use some of the data I was going to be getting off of the
server.
I picked up enough xml to use the sax parser to get the data out of
th
ookrin schrieb:
I'm in the process of learning python and PyQt4. I had decided to make
myself a simple app and soon discovered that I needed to crash into
xml to use some of the data I was going to be getting off of the
server.
I picked up enough xml to use the sax parser to get the data out of
I'm in the process of learning python and PyQt4. I had decided to make
myself a simple app and soon discovered that I needed to crash into
xml to use some of the data I was going to be getting off of the
server.
I picked up enough xml to use the sax parser to get the data out of
the xml. I can get
On Fri, 2008-05-09 at 08:39 -0700, Holden wrote:
> Hello everyone I heard this was a good community to go too for help
> and advice. I want to make a web site that uses the python programming
> language which I am VERY new at. This website would store simple data
> such as names in a form. At first
Holden wrote:
> I want to make a web site that uses the python programming
> language which I am VERY new at. This website would store simple data
> such as names in a form. At first I wanted to use mysql to store the
> data but I want to export the data using xml.
>
> So say if a user logged in t
Hello everyone I heard this was a good community to go too for help
and advice. I want to make a web site that uses the python programming
language which I am VERY new at. This website would store simple data
such as names in a form. At first I wanted to use mysql to store the
data but I want to ex
On Sat, Mar 29, 2008 at 3:57 PM, Doran, Harold <[EMAIL PROTECTED]> wrote:
> I am a python neophyte who has used python to parse through text files
> using basic functions and no OOP experience. I have a need to process some
> xml files and from what I am now reading python is the exact tool I nee
I am a python neophyte who has used python to parse through text files using
basic functions and no OOP experience. I have a need to process some xml files
and from what I am now reading python is the exact tool I need to work through
this issue.
However, as I read online docs and peruse which
Stefan,
This package is looking better I tried the validation example, but it
did not work
with 1.3beta so I grabbed 1.2. If objectify works well I think this is a
great pick for anyone using xml. Please post to me and the python announce
when 1.3 is released.
thanks,
Len
Stefan Behnel wrote:
Hi,
Leonard J. Reder wrote:
> Stefan Behnel wrote:
>> http://codespeak.net/lxml/objectify.html
>
> Looks like this stuff might do what I want. Need to work through the
> example.
>
> Are you the author?
Yup! :)
> Why is this better then using gnossis?
lxml is faster and supports more XML st
Stefan Behnel wrote:
> Leonard J. Reder wrote:
>> What I as really after though was other possible solutions
>> like JAX in the Java world or Gnosis in the Python world.
>>
>> Something that can take a Relax NG Schema and compile
>> it into a bunch of parser/generator objects for handling
>> an XML
Leonard J. Reder wrote:
> What I as really after though was other possible solutions
> like JAX in the Java world or Gnosis in the Python world.
>
> Something that can take a Relax NG Schema and compile
> it into a bunch of parser/generator objects for handling
> an XML format.
That's why I was a
Thanks for the response. This package does look interesting.
What I as really after though was other possible solutions
like JAX in the Java world or Gnosis in the Python world.
Something that can take a Relax NG Schema and compile
it into a bunch of parser/generator objects for handling
an XML f
Leonard J. Reder wrote:
> What is the best way to process a Relax NG Schema and auto generate XML
> Python parser/generator code?
> Any suggestions?
Not sure what you mean with "XML Python parser/generator code", but regarding
RNG, you should definitely give lxml a try. It may already be what you
Hello,
What is the best way to process a Relax NG Schema and auto generate XML
Python parser/generator code?
Any suggestions?
Thanks for all replies,
Len
--
===
Leonard J. Reder
Home office email : [EMAIL PROTECTED]
Lab email : [EMAIL PROTECTED]
Lab web
Trond wrote:
> I have a need to, given a XML document with XML Schema defined, to get the
> type of each element in the XML file based on the XML Schema URI given. IE,
> the element is of simple datatype string. Is there any existing
> Python libraries were I can parse the XML file, and for a g
I have a need to, given a XML document with XML Schema defined, to get the
type of each element in the XML file based on the XML Schema URI given. IE,
the element is of simple datatype string. Is there any existing
Python libraries were I can parse the XML file, and for a given node ask for
th
33 matches
Mail list logo