Liquid XML Data Binder (C++, Java, VB6) / Reference / Visual Basic 6 / Reference / XmlSerializationContext / VB6 ProcessingInstructions - XmlSerializationContext
In This Topic
    VB6 ProcessingInstructions - XmlSerializationContext
    In This Topic
    Get ProcessingInstructions() As Collection
      Property Description  
        Property Name ProcessingInstructions  
        Property Type Collection  
        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/>