select1()은 attribute 빼낼때 .value로 쓸수 있고
select()는 element 단위로 빼낼때 쓰는 듯
xpath 에서 attribute 빼내려면
/Ele@Attr이 아니라
/Ele/@Attr로 해야지 정상적으로 인식한다.
'Programming > node.js' 카테고리의 다른 글
xpath text() (0) | 2019.08.07 |
---|---|
node.js readline과 r/w stream (0) | 2019.07.31 |
node.js xpath apidoc (0) | 2019.07.25 |
node.js readline() (0) | 2019.06.28 |
node.js 메모리 사용 가능 용량 늘리기 (0) | 2019.06.21 |