1
vote
0answers
38 views

Parsing very large xml file (18.5 GB) in python using iterparse in lxml with limited RAM. Is there a way?

I am trying to parse a large XML data dump (18.5 GB) with limited RAM (~6 GB). We only want to grab a few tags from each object and make a hashtable with those tags. We are currently using iterparse ...
1
vote
1answer
28 views

lxml element.clear() results in KeyError

I am using lxml.iterparse to parse a rather large xml file. At a certain point an out of memory exception is thrown. I am aware of similar questions and that there is a tree built which you should ...
0
votes
2answers
17 views

How to parse all children and grandchildren elements from a current node using xml.etree.ElementTree in python

I am extracting all the text in xml document. I want to look for tag say description and then search through all the children and grandchildren and there could be even more elements and then extract ...
0
votes
0answers
14 views

constant value replacing in job.properties

I am new to python. I am working on reading job.properties file in python. The properties file should be in xml format to submit a job. The properties file looks like this: var1_path=<Var1_path ...
0
votes
1answer
14 views

How to extract text in nested xml after closing of one tag in python using xml.etree.ElementTree

I want to extract all text in xml document, and I am having a problem for the following case: ... <a> hello <B> there </B> How was your day. ..... </a> In this snippet, I ...
1
vote
2answers
40 views

How to transform an XML file using XSLT in Python?

Good day! Need to convert xml using xslt in Python. I have a sample code in php. Tell me how to implement this in Python or where to find something similar? Thank you! $xmlFileName = ...
1
vote
1answer
48 views

parse data from a website (.xml)

I trying to parse data from a website, and i can do the following: import xml.etree.ElementTree as ET from urllib import urlopen link = ...
0
votes
1answer
17 views

Develop OpenERP in Eclipse error

I installed again my openerp project in another machine and added pydev to eclipse then when i going to run openerp-server file below error has come.seems something missing with installing procedure. ...
1
vote
2answers
35 views

Create XML file with python by iterating over lists

I am trying to get an xml file that looks like this so that I can import it into a moodle gradebook: <results> <result> <student>1</student> ...
1
vote
1answer
20 views

conversion of namespace to nodename in lxml - python

I am using lxml library... I have a tag in an xml file called <a:rPr lang="en-US" dirty="0" smtClean="0"/> and the prefix a refers to namespace ...
0
votes
2answers
25 views

How to pass xml as a parameter in python script?

I have the parameters to be passed to my python code saved in an xml file. How to pass this xml as a parameter to my python code? Can someone please help on this? Thanks in Adavce!
1
vote
0answers
30 views

Programatically clean/ignore namespaces in XML - python

I'm trying to write a simple program to read my financial XML files from GNUCash, and learn Python in the process. The XML looks like this: <?xml version="1.0" encoding="utf-8" ?> <gnc-v2 ...
0
votes
2answers
32 views

What is an ElementTree object exactly, and how can I get data from it?

I'm trying to teach myself how to parse XML. I've read the lxml tutorials, but they're hard to understand. So far, I can do: >>> from lxml import etree >>> ...
1
vote
1answer
35 views

XSLT with Python's lxml: Forbidden Variable?

I'm trying to transform XML to XHTML using XSLT. I'd like to do it using Python, but I'm not particularly attached to any library. Following the directions here, I've been trying this: from lxml ...
0
votes
1answer
19 views

XMLSyntaxError in lxml python

I'm using pyKML to parse a KML. Here's my code: # -*- encoding: UTF-8 -*- import codecs from pykml import parser kml_str=""" <?xml version="1.0" encoding="UTF-8"?> <kml ...
1
vote
2answers
55 views

OpenERP 7: Adding a button on a product view

I am currently playing with openERP 7. I am doing some testing and I am building my first add-on. I want to add on every product view a "synchronize" button on a tab named "special" that has been ...
1
vote
0answers
22 views

How to replace the node value in xml and save the output in same xml using python

I used minidom function to change the nodeValue in xml. But my code only changes the node value in buffer (when i print the xml , i get it with new value), i want to save the new node value to the ...
1
vote
2answers
49 views

OpenERP Reports Creation for Beginners

I'm going to create reports for my module from OpenERP 7. as per forums i used Web kit Report method. first, from using below command i installed wkhtmltopdf on my machine. sudo apt-get install ...
0
votes
3answers
64 views

Pulling data to the template from an external database with django

I'm going to attempting to build a web app where users can visit a url, login and view reports and other information. However the data for the reports are stored in an external database. It's a MySQL ...
0
votes
0answers
11 views

SOAP wrapping XML python

I am trying to wrap a SOAP envelope around and XML request in Python. The documentation around SOAPpy and other SOAP libraries is poor. I have a XML document which I was to wrap so it looks as ...
1
vote
1answer
30 views

Python xml parsing using minidom

I just started learning how to parse xml using minidom. I tried to get the author's names (xml data is down below) using the following code: from xml.dom import minidom xmldoc = ...
1
vote
1answer
23 views

Render my map in Mapnik

Sorry for disturbing. I cannot render my map, I don't know why... I read a csv file using ogr, which use a .vrt file I created, associated to the csv: Then, I have a simple code to render my map, ...
-1
votes
0answers
19 views

Parsing XML records in java 6 or Python 2 with no XSD or style sheets [closed]

I have eclipse, Java 6 and Python 2. I have XML records that are somewhat complex e.g.: <?xml version ="1.0' .... <param_group name ="General"> <param_group name ="Basic ...
1
vote
2answers
20 views

Fixed: Python NameError, fixed AttributeError and got this?

FIXED: turns out there is a module already called parser. Renamed it and its working fine! Thanks all. I got a python NameError I can't figure out, got it after AttributeError. I've tried what I ...
1
vote
1answer
28 views

Parse large XML with lxml

I am trying to get my script working. So far it doesn't managed to output anything. This is my test.xml <mediawiki xmlns="http://www.mediawiki.org/xml/export-0.8/" ...
0
votes
0answers
68 views

Get line number of xml error in python libxml2

I am using libxml2 python for parsing my xml and validate it against an xsd file. I was unable to find out the line number of the error in xml file when i get an schema validation error. Is there a ...
0
votes
0answers
17 views

python parse namecheap xml response [duplicate]

I am a fairly new Python dev working on my first XML project. I am working with the namecheap API and trying to parse the XML response with the Elementree python module: <?xml version="1.0" ...
0
votes
2answers
28 views

Python XML XPath partial failure message

in some code I maintain there's XML parsing using minidom library. For the XML structure similar to the below: <a val="a1"> <b val="b1"> <c val="c1"> Data ...
0
votes
2answers
41 views

OpenERP 7 many2one with current month filter

here is my festival model class. class festival_registration(osv.osv): _name = "bpl.festival" _description = "Festivals" _columns = { 'relegious_places_id': ...
0
votes
1answer
33 views

Parse XML dump of wiki

I am trying to parse an XML dump of the Wiktionary but probably I am missing something since I don't get anything as output. This is a similar but much shorter xml file: <mediawiki ...
1
vote
0answers
40 views

What is this (cid:51) in the output of pdf2txt?

So i'm trying to extract the text from a pdf file, I need its position, width, height, font. I have tried many, but the most useful and complete solution looks to be PDFMiner, and in this case, more ...
0
votes
2answers
77 views

OpenERP many2one field with function

I need to create many2one field.but it should need to filter data as per my logic in function.then how to implement this in OpenERP ver 7 ? i tried with below code.but its not give a list.just load ...
0
votes
3answers
29 views

TypeError: <function context_today at 0xaaa7064> is not JSON serializable

I need to return date to the date field when i change my division Here is my Python code tea_worker_ids = self.pool.get('bpl.worker').search(cr, uid, [('bpl_division_id', '=', division_id), ...
0
votes
1answer
38 views

Changing Values in a xml file

I am trying to change numerous values in a xml document. I have tried to a couple different things but they dont seem to change anything but they do seem to access the file as the modification time ...
0
votes
0answers
27 views

lxml and fast_iter eating all the memory

I want to parse a 1.6 GB XML file with Python (2.7.2) using lxml (3.2.0) on OS X (10.8.2). Because I had already read about potential issues with memory consumption, I already use fast_iter in it, but ...
2
votes
2answers
38 views

Python XML parsing from website

I am trying to Parse from a website. I am stuck. I will provide the XML below. It is coming from a webiste. I have two questions. What is the best way to read xml from a website, and then I am having ...
1
vote
2answers
58 views

How do I get the content between two xml tags in python?

import xml.dom.minidom water = """ <channel> <item> <title>water</title> <link>http://www.water.com</link> </item> <item> ...
0
votes
1answer
43 views

OpenERP 7 Reports Error

report.bpl.daily.transaction (<type 'exceptions.KeyError'>, KeyError(u'report.bpl.daily.transaction',), <traceback object at 0xb1911f04>) now I'm going to report generating part.i ...
1
vote
0answers
37 views

Can CDATA sections be preserved by BeautifulSoup?

I'm using BeautifulSoup to read, modify, and write an XML file. I'm having trouble with CDATA sections being stripped out. Here's a simplified example. The culprit XML file: <?xml version="1.0" ...
2
votes
2answers
49 views

XML Python Parsing

I am new to trying to parse XML with python I have provided the xml below. I am need to get the following data Instrmt afg="AG" and Qty Typ="FIN" QTYL="149" I need the AG and the 149. I have tried ...
0
votes
2answers
44 views

How to find specific elements in XML using ElementTree

I'm trying to parse XML string which I get from youtube video feeds, using Python 3.3.1. Here is the code: import re import sys import urllib.request import urllib.parse import xml.etree.ElementTree ...
0
votes
1answer
27 views

XML write to file UnicodeDecodeError Python 2.7.3

I've searched the site and haven't found an answer that works for me. My problem is that I'm trying to write xml to a file and when I run the script from the terminal I get: Traceback (most recent ...
1
vote
1answer
42 views

OpenERP 6.0.4 XML Domain by Python Context List

I've been trying to create a domain filter on an XML domain for the past few days with no positive results as yet. I have a field on my form tied to a function def _return_reviewer_exempt(self, cr, ...
1
vote
0answers
65 views

OpenERP Workflow (ver 7)

I go through openerp doc for create work flow to my model.its worked correctly in first 3 stages. ex : 'new','assigned','negotiation' but not worked for 'won','lost' levels. here is my relevant codes ...
0
votes
1answer
47 views

How to make lxml's iterparse ignore invalid XML charachters?

I have an XML with invalid characters. LXML's XMLParser throws an exception on these invalid characters, but when I create XMLParser with recover=True option, it ignores the bad characters and works ...
0
votes
1answer
73 views

How to add approval workflow OpenERP 7

Here shows my model class which i need to add approval work flow. class bpl_work_update(osv.osv): _name = "bpl.work.update" _description = "BPL Work Update" _columns = { ...
-2
votes
1answer
31 views

Why may “no DTD found” LXML parser error happen?

Anybody knows what are the possible reasons for the following error message being printed by python lxml module? enter code here`line 16470: PCDATA invalid Char value 31 alidation failed: no DTD ...
1
vote
3answers
50 views

How to Date deduction with Python?

here shows date of birth field in my openerp model 'date_of_birth': fields.date('Date of Birth'), need to change its default date to 25years earlier.because its easier to user to pick year. ( in ...
0
votes
1answer
51 views

How to modify css in OpenERP 7?

here is my requirement.i already created worker registration screen.its shows below i need to change align and set EPF No field after Employer No field(with no label). here shows my code in ...
0
votes
4answers
55 views

Generating XML in Python

I'm developing an API using Python which makes server calls using XML. I am debating on whether to use a library (ex. http://wiki.python.org/moin/MiniDom) or if it would be "better" (meaning less ...

1 2 3 4 5 39