11 2011 档案

摘要:Data Quality Issue Sample Data Problem Standard Are data elements consistently defined and understood? Gender code =M,F,U in one system and Gen... 阅读全文
posted @ 2011-11-23 15:51 AOT 阅读(280) 评论(0) 推荐(0)
摘要:1: // strips illegal Xml characters: 2: static public String XmlEncode(String S) 3: { 4: if (S == null) 5: { 6: ... 阅读全文
posted @ 2011-11-22 17:05 AOT 阅读(254) 评论(0) 推荐(0)
摘要:XSLT is a transformation language for XML. It allows server systems to transform the source XML tree into a more suitable form for clients. XSLT uses node patterns to match against templates to perfor... 阅读全文
posted @ 2011-11-22 15:04 AOT 阅读(290) 评论(0) 推荐(0)