[python] XML a XSLT transformace & Python
Jan Martinek
honza na dp.fce.vutbr.cz
Pondělí Září 17 12:09:05 CEST 2007
Martin Stiborský wrote:
> Díky za nakopnutí k StringIO. Už mi to funguje.
>
Je ten stringIO potřeba? Nešlo by to nějak takhle?
>>> from xml.etree.ElementTree import *
>>> text = '<xml ble="bla"> NECO </xml>'
>>> e = XML(text)
>>> e.text
' NECO '
>>> e.tag
'xml'
>>> e.attrib
{'ble': 'bla'}
>>>
Použil jsem funkci XML(), což je totéž co fromstring():
>>> XML is fromstring
True
--
Jan Martinek
Další informace o konferenci Python