-
Eclipse XML plug-ins
ปลั๊กอินของ Eclipse กันอีกแล้ว เยอะจริง ๆ – – (T-T) EclipseXSLT for XML, XSLT and XPath development Relaxer/Eclipse for RELAX NG schema authoring Eclipse Web Tools Platform (WTP) more XML-related plug-ins ผมลงตัวแรกกะตัว WTP ไม่ได้อ่ะ โห dependency ยุ่บยั่บ ตัวแรก (EclipseXSLT) นั่นจะเอา WTP ส่วน WTP ก็จะเอา JEM, JEM ก็บอกจะเอา RCP (คือไรมั่งฟะ – -) … ไม่เอาล่ะ เลิก
-
A survey of XML standards
World’s full of standards. Some of them will go obsoleted when you finished reading the last one, seriously. Thanks to mk for the link.
-
Trang problem with Mustang
If you now trying Mustang (Java SE 6 development snapshots), be warned that it’s not compatible with Trang (XML schema converter). Bug ID: 6301903 REGRESSION: Cannot run Trang – CLASSPATH has no effect State: In progress, bug Java SE 5, 1.4 and 1.3 are doing fine.
-
XML, XSLT, XPath Cheat Sheets
The “XSoup” quick references by Mulberry Technologies, Inc.
-
Regular expression in Relax NG Compact syntax
ถ้าอยากกำหนดรูปแบบข้อมูลที่จะอนุญาตให้ใส่ใน XML ของเรา ลงไปใน schema language เพื่อที่จะได้ตรวจได้โดย XML validator ใน Relax NG นี่ เราไปยืม pattern จาก W3C XML Schema datatypes มาใช้ได้ โดยตัว pattern นี่ มันก็คือ regular expression น่ะแหละ ใช้งี้: xsd:string { pattern = “regular_expression_here” } เช่น ถ้าเราเขียน: # ยืม datatypes ของ W3C XML Schema มาใช้ datatypes xsd = “http://www.w3.org/2001/XMLSchema-datatypes” # กำหนดรูปแบบข้อมูลเอง Percent.data = ( xsd:string{…
-
Co-Occurrence Constraints in RELAX NG
วิธีกำหนดเงื่อนไข &ldquoปรากฏร่วม” ใน RELAX NG: ถ้าค่าของโหนดนี้ เป็นแบบนี้ ตัวข้อมูลที่เหลือจะต้องเป็นแบบนี้ … เช่น ในอิลิเมนต์ person ถ้าเกิดแอตทริบิวต์ type มีค่าเป็น “author” ตัวอิลิเมนต์ person จะต้องมีอิลิเมนต์ลูก ชื่อ dead ด้วยนะ; แต่ถ้าแอตทริบิวต์ type มีค่าเป็น “character” ตัวอิลิเมนต์ลูกที่ต้องมี ก็จะเปลี่ยนไป เงื่อนไขลักษณะนี้ ทำด้วย DTD ไม่ได้เลย. ส่วน W3C XML Schema นี่ พอทำได้บ้าง แต่ยุ่งยาก คำถามก็คือ แล้วทำไมไม่สร้างอิลิเมนต์แยกกันไปเลยล่ะ ? -_-” อย่างในตัวอย่างข้างบน ก็ทำเป็นสองอิลิเมนต์ไปเลย ก็น่าจะได้รึเปล่า ? หรือว่าทำแบบนี้แล้ว มันทำให้ดูทั่ว ๆ ไป (generic) มากขึ้น ? อันนี้ก็ต้องแล้วแต่คนออกแบบ…
-
Piccolo SAX Parser
From benchmarks here and here, this Piccolo Java SAX parser performs really, incredibly, fast.
-
PinK-XML.de
PinK – Platform for Intelligent Information System
-
RTF to XML
MS RTF to XML converter
-
Choosing an XML editor
Alastair Dunning posted this to the TEI list today :- AHDS Literature, Languages and Linguistics has recently published a new Information Paper on XML editors. With a large number of XML editors now available, this Information Paper serves as an introduction to the different features XML editors can have and the extent to which these…