XML DOM 메뉴얼 링크
http://www.w3schools.com/Dom/default.asp
웹프로그래밍/XML
2009. 3. 25. 16:41
XPath
http://www.w3schools.com/XPath/xpath_syntax.asp 노드들을 하나하나 찾아가는 .item(0)...item(0) 뭐 이런거보다 한방에 찾아가면 편하지 않나. 이 문법을 통해 원하는 노드에 한방에 접근이 가능해진다. [ASP 에서의 사용 예] '// xml 화일에 대한 xml dom 객체를 생성시킨다 Set oXML = Server.CreateObject("Microsoft.XMLDOM") oXML.async=false oXML.Load Server.MapPath("abc.xml") // 그룹 노드 Selecting 의 경우 Set theNode = oXML.selectNodes("//container/obj[@id='"& obj_id &"']/item") For Each..
웹프로그래밍/XML
2009. 3. 25. 16:32
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- iphone
- JQuery
- IE
- 한글
- git
- ASP
- PHP
- centos
- sencha touch
- Linux
- 안드로이드
- Docker
- CSS
- classic asp
- macos
- Wordpress
- mssql
- iis
- JSON
- Mac
- API
- laravel
- nginx
- IOS
- nodejs
- Android
- Debug
- javascript
- 워드프레스
- Prototype
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
글 보관함