We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee79b35 commit 639fb65Copy full SHA for 639fb65
README.md
@@ -18,14 +18,14 @@ Node-xml provides a SAX2 parser interface that can take a string, file.
18
#SAX Parser#
19
20
##new libxml.SaxParser()##
21
-* Instantiate a new SaxParser
22
-* returns: a SaxParser object
+ * Instantiate a new SaxParser
+ * returns: a SaxParser object
23
24
##new libxml.SaxParser(callback)##
25
26
27
-* Arguments
28
- * callback - a function that accepts the new sax parser as an argument
+ * Arguments
+ *callback - a function that accepts the new sax parser as an argument
29
30
#Parse#
31
0 commit comments