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

<!--
// // Copyright (c) 2006 // Paul Hamilton; QuidNovi // // This software is proprietary and remains // the sole property of QuidNovi. // // version_internal_string.xml // // 1-Jan-2006 phamilton Created //
-->

<web xmlns="urn:xmlliterate.schema" name="web">
    <language>Java</language>
    <sections>
        <websection name="root">
            <description>Return this version as an internal string.</description>
            <sections>
                <websource>
                    <code> return String.valueOf(_major) + "." + String.valueOf(_minor) + "." + String.valueOf(_phase) + "." + String.valueOf(_build); </code>
                </websource>
            </sections>
        </websection>
    </sections>
</web>