DH wrote:
> Bruno Desthuilliers wrote:
> 
>>> I am currently seeking for pythonic alternative for XML. 
>>
>>
>> A pretty obvious one is dicts and lists. What about (Q&D):
> 
> 
> That's like JSON: http://www.json.org/example.html

No, it's pure Python. It happens that JSON looks pretty close to Python,
but that's another point.

And BTW, you should have read the whole post - I was *also* mentionning
JSON as a possible alternative to XML.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to