-
Close #33 Single-hyphens allowed in comments in strict mode
isaacs committedAug 1, 2011
-
Close #32 Handle stray closing tags as text nodes.
isaacs committedJul 21, 2011 -
Test for that unquoted issue (forgot to add with code)
isaacs committedJul 21, 2011 -
isaacs committed
Jul 21, 2011 -
Close #31 Set tag attribs when unquoted
isaacs committedJul 21, 2011 -
Fix bugs in stream, and add getter/setters
isaacs committedJul 21, 2011
-
isaacs committed
Jul 20, 2011 -
isaacs committed
Jul 20, 2011 -
isaacs committed
Jul 20, 2011 -
modern isaacs-style, and make Stream interface more normal
isaacs committedJul 20, 2011
-
mikeal committed
Jul 16, 2011 -
mikeal committed
Jul 16, 2011 -
Initial work on a stream interface for the sax parser.
mikeal committedJul 16, 2011
-
-
better comments around ATTRIB_VALUE consts
isaacs committedJul 8, 2011
-
Close #26 Wrapper for non-node envs
isaacs committedJun 14, 2011 -
isaacs committed
Jun 14, 2011 -
isaacs committed
Jun 14, 2011 -
Speed up reading large text parts
Avoid doing a big amount of one-character-string-concatenations. Gives me a speed increase of 169% for reading two minutes of german wikipedia dump.
-
Edge case when cdata contains ]] near the end
isaacs committedFeb 10, 2011 This would break: <![CDATA[]]]> expect: cdata("]")
-
put buff length back afterwards
isaacs committedFeb 10, 2011
-
isaacs committed
Feb 9, 2011 -
isaacs committed
Feb 9, 2011 -
Passing tests. Handle long/unevenly-broken CDATAs.
isaacs committedFeb 9, 2011 -
Add tests for cdata splitting (one test fails)
isaacs committedFeb 9, 2011 -
make this work with modern node
isaacs committedFeb 9, 2011 -
Add `opencdata` and `closecdata` events
So it's possible to detect the difference between a CDATA section split over multiple writes, and multiple successive CDATA sections.
-
FIX: make sure the fail function gets called, so that any
laurie71 committedFeb 9, 2011 failures are detected and reported.
-
isaacs committed
Mar 30, 2010