Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vflash committed Apr 14, 2014
1 parent d9fa576 commit 7827bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ parser.on('error', function(msg) {


parser.on('startNode', function(elem, attr, uq, str, tagend) {
// elem -- (string) название элемента
// elem -- (string) название элемента. при указании пространства имен, то автоматически подставляется префикс
// attr() -- (function) парсит атрибуты и возврашает обьект.
// uq() -- (function) встроенный xml декодер. пример: uq(<a>)
// str -- (string) нераспарсенная строка элемента. пример: <item title="text" id="x345">
Expand Down

0 comments on commit 7827bd0

Please sign in to comment.