Create a DataSourceProvider that uses the passed in string as the xml. This is NOT a filename, this is the actual xml to be queried.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim xmlData As String
Dim preserveWhitespace As Boolean
Dim instance As New XPathDataSource(xmlData, preserveWhitespace) |
Parameters
- xmlData
- A well formed xml string (not a filename).
- preserveWhitespace
- true if whitespace is to be preserved. This will mean a slightly slower process.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also