So I have a working XML builder that formats it as <element>blah</element>, but I want it to be <element value="blah" /> instead, however the code isn't correct, even ...