Skip to content

Commit

Permalink
Fix XML processing
Browse files Browse the repository at this point in the history
  • Loading branch information
duncannz committed Oct 2, 2013
1 parent 4ab18f2 commit da73973
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sparkup.py
Expand Up @@ -12,6 +12,15 @@ class Dialect:
required = {}
short_tags = ()

class XmlDialect(Dialect):
shortcuts = {
}
synonyms = {
}
short_tags = ()
required = {
}

class HtmlDialect(Dialect):
# TODO: the indentation in snippets should also be based on the user's
# indentation configuration
Expand Down

0 comments on commit da73973

Please sign in to comment.