2005-10-01から1ヶ月間の記事一覧

AJAXでIME

AJAXでIMEhttp://www.chasen.org/~taku/software/ajax/fullime/AJAXで文字認識http://chasen.org/~taku/software/ajax/hwr/ここまでくるとなんか本気でOSいらなくなるな。よくぞここまでネットワーク環境が揃った。

xqueryについて

いまさらながら勉強。様々な分野でデータのXML化が進むと、膨大なXMLデータから必要な情報だけを取り出す技術が必要になります。XMLデータのための照会(問い合わせ)言語がXQueryです。XQueryの仕様書は何種類かあります。XQueryの基本となる仕様はXQuery 1…

情報のスケーラビリティについて述べている。

情報のスケーラビリティについて述べている。http://www.atmarkit.co.jp/fdb/index/subindex/xmldbdev_subindex.html同様に、情報処理も人間が「処理しろ」と命じるだけではうまくいかない。情報の特質を正しく把握し、それを効率良く活用するようにシステム…

参考URL

http://www.asahi-net.or.jp/~ps8a-okzk/xml/xpath10/intro.htmlhttp://www.atmarkit.co.jp/aig/01xml/xpath.html http://www.doraneko.org/xml/xpath10/19991116/Overview.htmlxpath2.0http://www.xmlconsortium.org/wg/tech/WD-xpath20-20020816-Japan-wit…

rubyでxpathを使う

require "rexml/document";include REXML;puts XPath.match(Document.new(File.new("test.xml")),"////name") require "rexml/document";include REXML;puts XPath.first(Document.new(File.new("test.xml")),"////name")

xmlstarlet

<inventory title="OmniCorp Store #45x10^3"> <section name="health"> <item upc="123456789" stock="12"> <name>Invisibility Cream</name> <price>14.50</price> <description>Makes you invisible</description> </item> <item upc="445322344" stock="18"> <name>Levitation Salve</name> <price>23.99</price> </item></section></inventory>