You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
<?xml version="1.0"?>
<config>
<!-- This is a config file for the mesh viewer -->
<startUpModel file="../data/dwarf.x" />
<messageText caption="Irrlicht Engine Mesh Viewer">
Welcome to the Mesh Viewer of the "Irrlicht Engine".
</messageText>
</config>
Is there a way that <startUpModule> would know that it is a child of <config>? Does the </config> element get parsed?