This feature has been superseded by Liquid XML Objects. (The original functionality is still included in the product) |
Use Liquid XML Objects |
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"?>
public class ProcessingInstructionCol : CollectionBase public void Add( String procInst); |