[dW] Learn 10 good XML usage habits
Posted at 2008/05/23 10:50// Posted in 나만의 작업/dW"XML을 사용할때 좋은 10가지 습관(관습)"이라는 글을 우연히 보았는데 당연한 것도 있고,
알지만 안쓰게 되는 점들도 있군요.Learn 10 good XML usage habits
- Define your XML and encoding
- Use a DTD or XSD
- Remember to validate
- Validation isn't always the answer
- XML structure versus attributes
- Use XPath to find information
- You don't always need a parser to extract information
- When to use SAX over DOM parsing
- When to DOM over SAX parsing
- Use a good XML editor
'나만의 작업 > dW' 카테고리의 다른 글
| [dW] REST 서비스 작성하기 (2) | 2008/06/30 |
|---|---|
| [dW] Diagnosing Java code: Java generics without the pain, Part 1 (0) | 2008/06/29 |
| [dW] Practically Groovy: Reduce code noise with Groovy (0) | 2008/06/24 |
| [dW] Ajax에서 XML 처리하기 (2) | 2008/05/28 |
| [dW] Learn 10 good XML usage habits (2) | 2008/05/23 |
| [dW] XStream으로 자바 객체를 XML로 직렬화하기 (6) | 2008/05/22 |
| [dW] HTML 5와 XHTML 2에 관련된 글(dW문서와 그외) (3) | 2008/04/28 |
| [dW] Ajax 오버홀(overhaul), Part 1: Ajax와 jQuery로 기존 사이트 개선하기 (한글) (4) | 2008/04/20 |
| [dW] Acegi로 자바 애플리케이션 보안화 하기, Part 1: 아키텍처 개요와 보안 필터 (한글) (4) | 2008/03/23 |
-
seattle2008/05/23 18:19 [Edit/Del] [Reply]10번 맘에 드네요. 약이 될수도, 독이 될수도 있는 항목..
-
2008/05/28 10:21 [Edit/Del]
버리야^^ 편리할려고 썼다가 더 불편한 경우?ㅋㅋ
-


