XML Input Format From-Entity Syntax
<from-entity> | ::= | <document>[#<XPath>] [ , <document>[#<XPath>] ... ] |
<document> | ::= | <filename> | <url> |
Filenames or URLs can be optionally followed by an XPath that specifies which node(s) in the document are to be considered root node(s).
Filenames can include wildcards (e.g. "LogFiles\doc*.xml").
Examples:
FROM Document1.xml, http://blogs.msdn.com/MainFeed.aspx
FROM Document1.xml#/rss/channel/item, http://blogs.msdn.com/MainFeed.aspx#/rss/channel/item