Category Archives: XML

Print output while Processing HTML/XML data in Jsoup Project

Currently, I encountered one problem while retrieving XML data from one website. In my case, assume that the original XML document is like <result><device /><name>Allen’s device</name></result> If I use Jsoup.parse(File, “UTF-8”); without additional options, the returned document object will be like: … Continue reading

Posted in Java, Programming, XML, 程式設計, 網路 java | Leave a comment

XPATH, MapReduce and SAX

SAX Create XPath XPath4Sax SPEX: XPath Evaluation against XML Streams Apache MRQL: MRQL is a query processing and optimization system for large-scale, distributed data analysis, built on top of Apache Hadoop, Hama, and Spark.

Posted in hadoop, Java, XML, 程式設計, 雲端運算 | Leave a comment

C# & ASP.NET相關資源

程式角落:ASP.NET(C#) ASP.NET中的Code Behind技術 關於 Code Behind 與 Code Inline 開發模式的使用時機與技巧 詳細解說幾個建置網站時常用的編碼方法 必網文章集錦 (包含了ASP.NET, PHP, XML…) [c#]asp.net+jQuery+json做Ajax ASP.NET MVC3 ASP.NET 基本資料庫連結 C# Coding Style

Posted in ajax, ASP.NET, C, XML, 程式設計, 網頁撰寫 | Leave a comment

[C#] C# WriteXml, Dataset與DataTable

Dataset WriteXml方法 Mapping DataSet to XML and backwards C# DataTable Examples C# DataTable Select Example Expression for C# DataTable Select Limit Rows In DataTable or DataSet C#: 用XML推論XMLSchema

Posted in C, XML, 程式設計 | Leave a comment