Create a SaxonDataSource using the passed in connection string.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim xmlConnectionString As String
Dim schemaConnectionString As String
Dim instance As New XmlDataSourceImpl(xmlConnectionString, schemaConnectionString) |
Parameters
- xmlConnectionString
- Connection string to read the XML file.
- schemaConnectionString
- Connection string to read the schema file. Pass null if none.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also