diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-22 08:49:25 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-22 08:49:25 +0100 |
commit | 70465b5f06ab3d0b9e7ebb4d0414add0eacb7189 (patch) | |
tree | c8d7b1a4ed3910880b82d544f9894a9c988eb9ec /lib/pure/parsexml.nim | |
parent | 20962ca50fe62268e40539056f8604018f5a49bd (diff) | |
download | Nim-70465b5f06ab3d0b9e7ebb4d0414add0eacb7189.tar.gz |
parseurl added
Diffstat (limited to 'lib/pure/parsexml.nim')
-rwxr-xr-x | lib/pure/parsexml.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/parsexml.nim b/lib/pure/parsexml.nim index 7184e6c45..343fabd8c 100755 --- a/lib/pure/parsexml.nim +++ b/lib/pure/parsexml.nim @@ -53,6 +53,8 @@ import # the parser treats ``<br />`` as ``<br></br>`` +## xmlElementCloseEnd, ## ``/>`` + type TXmlEventKind* = enum ## enumation of all events that may occur when parsing xmlError, ## an error ocurred during parsing |