ArcFM Desktop Developer Guide
CreateXslProcessingElement Method


The XmlDocument to create the element
The path to the XSLT
CreateXslProcessingElement creates an XmlElement of XSL/T processing file data.
Syntax
'Declaration
 
Public Shared Function CreateXslProcessingElement( _
   ByVal doc As XmlDocument, _
   ByVal filePath As String _
) As XmlProcessingInstruction
'Usage
 
Dim doc As XmlDocument
Dim filePath As String
Dim value As XmlProcessingInstruction
 
value = XmlElementFactory.CreateXslProcessingElement(doc, filePath)
public static XmlProcessingInstruction CreateXslProcessingElement( 
   XmlDocument doc,
   string filePath
)

Parameters

doc
The XmlDocument to create the element
filePath
The path to the XSLT

Return Value

XmlElement of XSLT processing data
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

XmlElementFactory Class
XmlElementFactory Members

 

 


Send Comment