{CompanyName} FlexyGo

Util..::..GetHtmlFromXML Method

Gets HTML text from XML and XSL Transformation file.

Namespace:  FLEXYGO.Utilities.General
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static string GetHtmlFromXML(
	string xsltPath,
	XsltArgumentList arguments,
	string xml
)
Public Shared Function GetHtmlFromXML ( _
	xsltPath As String, _
	arguments As XsltArgumentList, _
	xml As String _
) As String

Parameters

xsltPath
Type: String
The XSLT file path.
arguments
Type: XsltArgumentList
The arguments list.
xml
Type: String
The XML content.

Return Value

System.String.

Exceptions


ExceptionCondition
ExceptionError Generating HTML from xml