Skip to content

Commit

Permalink
Fixes for issue 8 hanging on CDATA.
Browse files Browse the repository at this point in the history
  • Loading branch information
boblodgett committed Apr 3, 2024
1 parent 2e8ad57 commit 6ef39a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ public class XmlUnmarshallerContext : UnmarshallerContext
XmlNodeType.None,
XmlNodeType.XmlDeclaration,
XmlNodeType.Comment,
XmlNodeType.DocumentType
XmlNodeType.DocumentType,
XmlNodeType.CDATA
};

private StreamReader streamReader;
Expand Down

0 comments on commit 6ef39a2

Please sign in to comment.