python/p4x |
help |
|
all files are available under the BSD License |
|
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>
|
| statcvs |
| File | Rev. | Age | Author | Last log entry | |
|---|---|---|---|---|---|
|
|
|||||
|
|
1.1 | 2 years | ws | simple example | |
|
|
1.2 | 2 years | ws | small renamings | |
|
|
1.9 | 21 months | ws | add toSimpleString method for returning string values like e4x does based on pat... | |
|
|
1.3 | 2 years | ws | expando and delete | |
| tony at ponderer dot org |
Powered by ViewCVS 0.9.2 |