Re: Changing Unicode object to Tuple Type



On May 24, 11:19 pm, "Diez B. Roggisch" <d...@xxxxxxxxxxxxx> wrote:
laxmikiran.ba...@xxxxxxxxx schrieb:



On May 24, 5:11 pm, "Diez B. Roggisch" <d...@xxxxxxxxxxxxx> wrote:
laxmikiran.ba...@xxxxxxxxx schrieb:

Can we have change a unicode string Type object to a Tuple type
object.. If so how ????
Why? Are you getting an error that makes you think that's a good idea?

Tuples are basically structs, unicode objects are strings. There is no
canonical way to convert them. Tell us more about the problem you want
to be solved, and we might help you better.

diez

**********

I have to get few strings from an application(strings of different
languages..ex: korean,japanese,french etc.,). The data returned by the
application was in the format of the xml.
Hence I was using pyRXP to get the data. I was not able to get all the
strigs in different languages. Now I wanted to use pyRXPU to get all
the strings of that application.When Iam using pyRXPU iam getting the
following error.

Traceback (most recent call last):
File "D:\LanguageScripts\Screens.py", line 106, in
test_1_01_DoSomething
TitlenSoftkeyfn()
File "D:\LanguageScripts\EventLog_Screens.py", line 66, in
TitlenSoftkeyfn
titleBar = root.TitleBar.currentText
File "D:\LanguageScripts\XmlWrapper.py", line 35, in __getattr__
tagName, attrs, children, spare = child
ValueError: need more than 1 value to unpack

Here the child is of the format unicode..

When pyRXP is used it was of the format tuple... I was just trying to
find out if there is some way that I make this code work.

I don't know pyRXP and pyRXPU, and especially not how you use them.
Who's responsible for writing that "XmlWrapper.py"? He or she obviously
expected a tuple returned that was basically a DOM-tree (tag, attrs,
childs and something called spare)

But changing to pyRXPU seems to break the protocol here. But I can't
judge that without seeing more code.


Looks like the OP needs to RTFM. Here's an excerpt from an article by
David Mertz (http://www.ibm.com/developerworks/library/x-
matters29.html):
"""
pyRXP's tuple tree data structure

pyRXP (and RXP itself) uses an efficient, lightweight tree
representation of XML documents. Each node in a pyRXP tree is simply a
tuple of the form:

(tagname, attr_dict, child_list, reserved)


No specialized Python classes are used in the representation -- just
tuples, dicts, lists, and strings (and None in the reserved position).
Perhaps surprisingly, this form is adequate to represent all the
information in an XML document. The tagname is a straightforward
string; the attribute dictionary is a dictionary that maps attributes
to values, as you would expect. ***The child list is more subtle:
Strings can be interleaved with tuples in the list, indicating a mixed
content element.*** Moreover, an element that has no content is
represented by an empty child list, but a self-closed tag is
represented by None.
"""

"subtle" is not the word I would have used :-)

.



Relevant Pages

  • Re: question on structs and memory blocks
    ... >>MyStruct and in fact it is better to do so since sizeofincludes any ... >>see a strlen in there your structure does not contain the strings ... >>but merely pointers to them, it is the cost of these pointers that ... the two machines must agree on a common external representation ...
    (comp.lang.c)
  • Re: infinity
    ... there is provably no bijection between A and P ... Just consider bit strings consisting of one bit in each ... >> The same objection ... denominator has only factors of the radix has dual representation. ...
    (sci.math)
  • Re: Maintainable compiler design?
    ... solidly organize the compiler to ensure that it is easy to maintain. ... code generation is done directly by emitting strings by walking the ... consider defining a set of conventions for things like types representation, ... wodering why the hell said project's JIT internals (or, ...
    (comp.compilers)
  • Re: Terminology question: are s-exps the text or the data or both?
    ... Those "special characters" and "strings of capital Latin letters and digits ... alternate representation is the Lisp objects produced by the reader. ...
    (comp.lang.lisp)
  • Re: Damn you, FEDEX! or Nikon D40 lost in Springfield, MO blackhole.
    ... the 2 mp Mavica he had been using with a Nikon D40. ... After shopping around, he got me to order one for him. ... The shipper had it insured, but from what I have read it could take weeks to sort this crap out. ... You may get your insurance from FedEx and a couple weeks later they find it and deliver it. ...
    (alt.photography)