Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CSerializationContext / C++ GetProcessingInstructions - CSerializationContext
In This Topic
    C++ GetProcessingInstructions - CSerializationContext
    In This Topic
    vector_string& GetProcessingInstructions();
    const vector_string& GetProcessingInstructions() const;
      Property Description  
        Property Name ProcessingInstructions  
        Property Type vector_string  
        Accessors Read Only  
        Description Allows processing instructions to be added to the XML document  
        Remarks In this sample the instruction “<?xml-stylesheet type="text/xsl" href="simple.xsl"?>” was added

    <?xml version="1.0"?>
    <?xml-stylesheet type="text/xsl" href="simple.xsl"?>
    <breakfast_menu/>