|
|
|
@281
|
17 years |
cmlenz |
Implement support for namespace prefixes in XPath expressions.
|
|
|
|
@254
|
17 years |
cmlenz |
* Implement reverse add/mul operators for Markup class, so that the …
|
|
|
|
@250
|
17 years |
cmlenz |
Add serialization to plain text, based on cboos' patch. Closes #41.
|
|
|
|
@227
|
17 years |
cmlenz |
Renamed Attributes to Attrs to reduce the verbosity.
|
|
|
|
@216
|
17 years |
cmlenz |
Fix for #30 (trouble using py:definside a match template)
|
|
|
|
@215
|
17 years |
cmlenz |
Follow-up to [214]: allow initializing Attributes with attribute …
|
|
|
|
@214
|
17 years |
cmlenz |
Allow initialization of Attributes with keyword arguments.
|
|
|
|
@203
|
17 years |
cmlenz |
Various docstring additions and other cosmetic changes.
|
|
|
|
@189
|
17 years |
cmlenz |
Use xmlcharrefreplace when encoding the output in Stream.render(), …
|
|
|
|
@186
|
17 years |
cmlenz |
* Fix error in expression evaluation when the expression evaluates to …
|
|
|
|
@184
|
17 years |
cmlenz |
CDATA sections in XML input now appear as CDATA sections in the …
|
|
|
|
@181
|
17 years |
cmlenz |
* No escaping of <script> or <style> tags in HTML output (see #24) …
|
|
|
|
@180
|
17 years |
cmlenz |
Fix bug in HTML serializer, plus some other minor tweaks.
|
|
|
|
@174
|
17 years |
cmlenz |
Minor performance improvements in serialization.
|
|
|
|
@170
|
17 years |
cmlenz |
Minor cleanup and performance improvement for the builder module.
|
|
|
|
@154
|
17 years |
cmlenz |
Fix for #18: whitespace in space-sensitive elements such as <pre> …
|
|
|
|
@140
|
17 years |
cmlenz |
Merged [135:138/branches/experimental/cspeedups].
|
|
|
|
@134
|
17 years |
cmlenz |
Various fixes for breakage introduced in [132].
|
|
|
|
@133
|
17 years |
cmlenz |
Use constants for axes in XPath engine.
|
|
|
|
@132
|
17 years |
cmlenz |
Removed the sanitize() method from the Markup class, and migrate …
|
|
|
|
@129
|
17 years |
cmlenz |
Some fixes and more unit tests for the XPath engine.
|
|
|
|
@112
|
17 years |
cmlenz |
Ported [111] to trunk.
|
|
|
|
@101
|
17 years |
cmlenz |
Add an XHTML serialization method. Now really need to get rid of some …
|
|
|
|
@96
|
17 years |
cmlenz |
Some subtle fixes to generation and sanitization.
|
|
|
|
@82
|
17 years |
cmlenz |
* Simplify implementation of the individual XPath tests (use closures …
|
|
|
|
@78
|
17 years |
cmlenz |
Some more performance tweaks.
|
|
|
|
@74
|
17 years |
cmlenz |
A couple of minor performance improvements.
|
|
|
|
@71
|
17 years |
cmlenz |
Switch copyright to Edgewall and URLs to markup.edgewall.org.
|
|
|
|
@58
|
17 years |
cmlenz |
Fix a number of escaping problems:
* Markup instances were get …
|
|
|
|
@35
|
17 years |
mgood |
quotes should not be escaped inside text nodes
|
|
|
|
@28
|
17 years |
cmlenz |
* Fix the boilerplate in the Python source files.
* Some more …
|
|
|
|
@19
|
17 years |
cmlenz |
Actually make use of the markup.core.Namespace class, and add a …
|
|
|
|
@18
|
17 years |
cmlenz |
Refactoring to address #6: all match templates are now processed by a …
|
|
|
|
@11
|
17 years |
cmlenz |
Moved the template-specific stream event kinds into the template module.
|
|
|
|
@10
|
17 years |
cmlenz |
Actually use the specified encoding in Stream.render().
|
|
|
|
@9
|
17 years |
cmlenz |
Stream.render() was masking TypeErrors (fix based on suggestion by …
|
|
|
|
@7
|
17 years |
cmlenz |
Simplified implementation of py:content directive.
|
|
|
|
@6
|
17 years |
cmlenz |
Improved py:attrs directive so that it removes existing attributes …
|
|
|
|
@2
|
17 years |
cmlenz |
Initial import.
|