"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 ..