Responder Developer Guide
TransformXml(String,String,String) Method


Syntax
'Declaration
 
Public Overloads Shared Function TransformXml( _
   ByVal outputFile As String, _
   ByVal inputFile As String, _
   ByVal xsltFile As String _
) As String
'Usage
 
Dim outputFile As String
Dim inputFile As String
Dim xsltFile As String
Dim value As String
 
value = XMLHelper.TransformXml(outputFile, inputFile, xsltFile)
public static string TransformXml( 
   string outputFile,
   string inputFile,
   string xsltFile
)

Parameters

outputFile
inputFile
xsltFile
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

XMLHelper Class
XMLHelper Members
Overload List

 

 


Send Comment