Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CSerializationContext / C++ GetDefaultNamespaceURI - CSerializationContext
In This Topic
    C++ GetDefaultNamespaceURI - CSerializationContext
    In This Topic
    std::tstring GetDefaultNamespaceURI() const
    void SetDefaultNamespaceURI(LPCTSTR lpctNS)
      Property Description  
        Property Name DefaultNamespaceURI  
        Property Type string  
        Accessors Read/Write  
        Description Specifies the default namespace used in the output  
        Remarks In the example “http://sample” was the value.

    <?xml version="1.0" encoding="UTF-8"?>
    <Invoice xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns="http://sample">