usgpo / bulk-data

User Guides for XML on the govinfo Bulk Data Repository. For information about Bill Status XML Bulk Data, see https://github.com/usgpo/bill-status.
https://www.govinfo.gov/bulkdata
266 stars 97 forks source link

XML error in 2018 CFR (title 50 vol12 section 648) #41

Open slarge opened 4 years ago

slarge commented 4 years ago

https://www.govinfo.gov/bulkdata/CFR/2018/title-50/CFR-2018-title50-vol12.xml

I believe the node following node is incorrect:

<SECTION>
<PRTPAGE P="705"/>
<SECTNO>§§ 648.57-648.5</SECTNO>
<RESERVED>[Reserved]</RESERVED>

It should be "§§ 648.57-648.58"

<SECTION>
<PRTPAGE P="705"/>
<SECTNO>§§ 648.57-648.58</SECTNO>
<RESERVED>[Reserved]</RESERVED>