Go to this page of the configuration documentation:
ceon_advanced_shipper_5.0.0_for_zc/_docs/sections/configuration-region-rates.html#tables-of-rates
Here you'll find an example of using a comma between <totalorderprice> and </totalorderprice>, so you should be able to do the same with <price></price>.
Code:
<totalorderprice>0-250:<weight>*:125%</weight>, 250-*:0</totalorderprice>
I'm also not sure about the code for US:!AKHI, US. In the documentation, he shows an example for excluding one region in a zone, but not two. I'm wondering if either of the following would work:
US:!AK, US:!HI, US
US:!AK, !HI, US
The first code seems like it should work, but you're missing the price after </weight> in both instances:
Code:
<price>*-198.99:<weight>*:ups</weight></price>, <price>199-*:<weight>0-70:0.00</weight></price>
Try this:
Code:
<price>*-198.99:<weight>*:</weight>ups</price>, <price>199-1199:<weight>0-70:</weight>0.00</price>,
<price>1200-*:<weight>70-*:</weight>0.00</price>