Skip to content
Patrick Connolly edited this page May 11, 2016 · 14 revisions

Comment: The following is a rough document revealing the process of converting the current Boston Code to a format adopted by the District of Columbia.

DC XML Format-

The format followed by DC is like the following:

<level type="section">
    <num>(Chapter#-Section#)</num>
    <heading>(Heading will go here)</heading>
    <text>(The body of the code goes here)</text>
    <level type="annotations">
        <level>
            <heading>(Annotation Title)</heading>
            <text>(Annotation text comes here)</text>
        </level>
    </level>
</level>

Clone this wiki locally