dump val_utf8 to an attribute named id without checking to see if the content needs escaping.
A useful performance enhancement when the application knows that structure of the content well. If val_utf8 is
null do nothing (no warning, no output)
| this | |
| id |
tag id, or null for node content |
| val_utf8 |
a utf8 encoded string to export |