You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
<leveltype="section">
<num>(Chapter#-Section#)</num>
<heading>(Heading will go here)</heading>
<text>(The body of the code goes here)</text>
<leveltype="annotations">
<level>
<heading>(Annotation Title)</heading>
<text>(Annotation text comes here)</text>
</level>
</level>
</level>