Source Include DirectiveAttributes
DescriptionIncludes a block defined by the block descriptor referenced by the path attribute value. Sample XML<container name="tutorial"> <classloader> <classpath> <repository> <resource id="tutorial:composition-api" version="1.0"/> </repository> </classpath> </classloader> <include name="publisher"> <source path="conf/include.xml"/> </include> </container> |