DocInclude
import { DocInclude } from "@alloy-js/csharp";
<DocInclude file="string" path="string" />import { DocInclude } from "@alloy-js/csharp/stc";
DocInclude({ file: string, path: string }).children(children)| file | stringis the file name of an external XML file. The file name is interpreted relative to the file that contains the include tag. |
| path | optionalstringis an XPath expression that selects some of the XML in the external XML file. |