fn read_str_attr(document: &Document, id: NodeId, key: &str) -> Option<String>
Read a string attribute off a node by id, cloning it out. None if the node is missing or the attribute is absent or non-string.
None