ASN1C decoders now default to using the C# System.Xml.XmlReader
class to parse the XML.
This class is a standard part of the .NET framework. For the time being, you can generate code using the old
SAX-based parsers by specifying -sax
on the ASN1C command line.