FastInfosetWriter.WriteProcessingInstruction
Syntax:
Parameters:
<Name> (required)
Data processor instruction name.
<Text> (required)
Data processor instruction text.
Description:
Availability:
Example:
XMLRecord.WriteProcessingInstruction("xml-stylesheet", "type=""text/xsl"" href=""trasform.xsl"""); |