Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / SerializationContext / .Net AdditionalRootAttributes - SerializationContext
In This Topic
    .Net AdditionalRootAttributes - 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
    AttributeCol AdditionalRootAttributes
      Property Description  
        Property Name AdditionalRootAttributes  
        Property Type CAttributeColPtr  
        Accessors Read Only  
        Description Allows additional root elements to be specified.  
        Remarks In the sample a single element was added, allowing the schemaLocation attribute to be added.

    <?xml version="1.0"?>
    <purchaseReport xmlns="http://www.example.com/Report"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.example.com/Report
    http://www.example.com/Report.xsd">