摘要: 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 阅读(245) 评论(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 阅读(279) 评论(0) 推荐(0) 编辑