PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Handle processing instructuions.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
void HandleProcessingInstruction(
	 engine,
	string name,
	 attributes
)
Visual Basic (Declaration)Copy imageCopy Code
Sub HandleProcessingInstruction ( _
	engine As , _
	name As , _
	attributes As  _
)

Parameters

engine
XmlEngine
The Xml engine
name
String
The processing instruction name.
attributes
XmlReaderAttributeList
The list of processing instruction attributes.

See Also

IXmlEngineHost Interface
Smartsite.Core Namespace
Advanced