In This Topic
    .Net DTDProcessing - SerializationContext
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects
    DTDProcessingType DTDProcessing
      Property Description  
        Property Name DTDProcessing  
        Property Type DTDProcessingType  
        Accessors Read/Write  
        Description Specifies how included DTDs will be processed. Default = DTDProcessingType.Prohibited  
        Remarks

    Values:

    Prohibit - Specifies that when a DTD is encountered, an Exception is thrown with a message that states that DTDs are prohibited. This is the default behavior.

    Ignore - Causes the DOCTYPE element to be ignored. No DTD processing occurs.

    Parse - Used for parsing DTDs.