Reading from File with XML Import |
XML Import can be instructed to read from a file or URI. For example: INVOKE XML.Import WITH SELECT 'C:\test.xml' xmldocument would read from the file: C:\test.xml. A http address can also be specified in the same way. |