python/p4x

help

all files are available under the BSD License
where <OWNER> = Tony Chang and <YEAR> = 2005

A hacky implementation of something like E4X for python.

See the example.py file for a more elaborate example of
the p4x.py module.

>>> p = p4x.P4X('<p><a/></p>')
>>> p.a._href = 'http://ponderer.org'
>>> p.a = 'my homepage'
>>> print p
<p><a href="http://ponderer.org">my homepage</a></p>

Current directory:[home] / python / p4x
Files shown:4
Download directory:python/p4x.tar.gz
statcvs

File Rev. Age Author Last log entry
(dir) tests/        
(file) README.txt (graph)   1.1  2 years  ws  simple example
(file) example.py (graph)   1.2  2 years  ws  small renamings
(file) p4x.py (graph)   1.9  21 months  ws  add toSimpleString method for returning string values like e4x does based on pat...
(file) runtests.py (graph)   1.3  2 years  ws  expando and delete

Show files using tag:
 

tony at ponderer dot org
Powered by
ViewCVS 0.9.2