Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Feb 16, 2016
1 parent 0109f40 commit 62e33c5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ streamingxmlwriter

A lightweight pythonic standard compliant streaming xml writer.

..code:: python
.. code:: python
from io import BytesIO
Expand All @@ -38,19 +38,19 @@ Python 2 (2.7+) and python 3 (3.3+) are supported.

Supported XML features are:

* elements
* attributes
* text
* processing instructions
* comments
* selectable encoding
* namespaces for elements and attributes, with or without prefix
* elements
* attributes
* text
* processing instructions
* comments
* selectable encoding
* namespaces for elements and attributes, with or without prefix

Unsupported XML features (yet):

* DOCTYPE declaration
* entities
* CDATA sections
* DOCTYPE declaration
* entities
* CDATA sections

Credits
=======
Expand Down

0 comments on commit 62e33c5

Please sign in to comment.