summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/XML.hs
Commit message (Collapse)AuthorAge
* Fixed bug in fromEntities.John MacFarlane2012-04-14
| | | | The previous version would turn "hi & low you know;" into "hi &".
* Fixed bug in fromEntities: require semicolon to process as entity.John MacFarlane2012-02-05
|
* Text.Pandoc.XML: Export fromEntities.John MacFarlane2012-02-05
| | | | Remove old 'deEntities' from pandoc.hs.
* XML: Added toEntities.John MacFarlane2012-01-28
|
* XML: don't use breaking spaces in attribute lists.John MacFarlane2010-12-21
|
* XML: Replaced escapeStringAsXML with a faster version.John MacFarlane2010-12-21
| | | | | | Benchmarked with criterion, it's about 8x faster than the old version. This speeds up docbook, opendocument, and html writers.
* Updated copyright notices.John MacFarlane2010-03-23
|
* XML: don't escape \160 (nonbreaking space) as an entity.fiddlosopher2010-01-01
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1770 788f1e2b-df1e-0410-8736-df70ead52e1b
* Added stripTags to Text.Pandoc.XML.fiddlosopher2009-12-05
| | | | | | This is used in the HTML writer. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1647 788f1e2b-df1e-0410-8736-df70ead52e1b
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1528 788f1e2b-df1e-0410-8736-df70ead52e1b