<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--
// // See license.txt for license information. // // register_header.xml // // 12-Aug-2003 phamilton Created //
-->

<filedef name="register_header">
    <filepath>$(filepath)</filepath>
    <extension>.hpp</extension>
    <root>$(root)</root>
    <ignoreobjects>$(ignoreobjects)</ignoreobjects>
    <blocks>
        <namespace name="namespacestart">
            <identifier>$(lib_namespace)</identifier>
            <context>start</context>
        </namespace>
        <namespace name="namespaceend">
            <identifier>$(lib_namespace)</identifier>
            <context>end</context>
        </namespace>
        <text name="register">
            <content>$(register)</content>
        </text>
        <date name="date">
            <format>%e-%b-%Y</format>
        </date>
    </blocks>
    <structure>\comment=on See license.txt for license information. \register.hpp Generated by tangle. Edit at your own risk! \comment=off #ifndef inc\uppercase=on\register\uppercase=off #define inc\uppercase=on\register\uppercase=off // forwards #include "../cppxmlobj/xmlobj_context.hpp" \namespacestart bool \register(ph::xmlobj::xmlobj_context *ctx); \namespaceend #endif // inc\uppercase=on\register\uppercase=off </structure>
</filedef>