-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Hi,
Thanks for your lib. I'm using it in my xslt-action VS Code plugin. One of the users requested an issue. Parsing CDATA tags seems to work wrong. In cited line index i
is incremented by 12 (correct) but for
loop increment it once more and parsing continues in second char after CDATA tag instead of the first one. The same problem probably occurs with comments.
I think increment values should be 6 for comments and 11 for CDATA tags.
Metadata
Metadata
Assignees
Labels
No labels