タグ

2009年2月7日のブックマーク (2件)

  • La Princesse in Liverpool

    Today's entry is a collection shared by photographer Peter Carr, from an event in Liverpool, England last year. Said Peter: "As part of Liverpool's Capital of Culture year, the French group La Machine were commissioned to create a large piece of street theatre, on the scale of their earlier work, the Sultan's Elephant. Many were expecting to see something using the iconic Liverbirds, the symbol of

    La Princesse in Liverpool
    amashio
    amashio 2009/02/07
  • シンプルな超汎用XMLパーサとか作ってみた | fladdict

    SimpleXMLParser.as コードを書いていて、一番嫌いな作業がXMLのパースだったりする。 できることなら一生パーサを書きたくないので、気合をいれてちょっと汎用的なパーサを書いてみた。 通常の商業案件で使う程度のXMlパースなら、このクラス使えば余裕でパースできる。以下ざっと使い方。 SimpleXMLParserは、XMLのノード名を基準にどのようにパースするかを指定できるパーサークラス。 以下のように関数、addNodeDefinitionを使って、このノードはString、このノードはArrayといった具合にパース方法を定義できる。 さらに、このノードはSpriteのインスタンスを生成しプロパティに注入・・・といったことも可能。 百聞は一見にしかずなので、如何SimpleXMLParserで、ざっと簡単なXMLのパースをしてみた。 var xml:XML = <items