タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

xsltに関するsmotokezuruのブックマーク (4)

  • XSLT2.0基礎文法最速(?)マスター - FloralCompany.log

    なんか***基礎文法マスターなるものが流行っているそうなのでやってみる。 2010-02-02 19時追記> ことの発端はこちら→ Perl基礎文法最速マスター id:tt_clownさんによるまとめ記事はこちら → はてな的プログラミング言語人気ランキング 1. 基礎の基礎 XSLTとは、XML文書をXML文書もしくはプレーンテキストに変換するためのルールをXMLで記述する変換用言語です。 2007年に勧告が出されたXSLT version 2.0 はXSLT version 1.0 と比べて、複数の入出力文書の取り扱い、変数の型指定、sequenceのサポート、ユーザ関数定義などが追加されています。 プログラミング言語としてみた場合は、関数型言語属だと思います 詳細な仕様は以下のリンクから XSL Transformations (XSLT) Version 2.0 -- XSLTの仕

  • Jeni's XSLT Pages: Grouping Using the Muenchian Method

    Try the XML version of this page. If you have problems with it, consult the compatibility page. Grouping is a common problem in XSLT stylesheets: how do you take a list of elements and arrange them into groups. One of the most common situations in which it occurs is when you are getting XML output from a database. The database usually gives you results that are structured according to the records

  • IBM Developer

    IBM Developer is your one-stop location for getting hands-on training and learning in-demand skills on relevant technologies such as generative AI, data science, AI, and open source.

    IBM Developer
  • XMLマスター

    2006年4月号掲載記事 今回は、iTunesの画面左側にある「最近追加した曲」の情報をHTML化するためのXSLTスタイルシートを作成していきます。 「iTunes Music Library.xml」の「最近追加した曲」(/plist/dict/array/dict)の構造は以下のようになっています。「最近追加した曲」の情報はTrack IDのみを持っており、ジャンル、曲名、アーティスト名、コメントを取得するには、<key>Tracks</key>の子要素(/plist/dict/dict/dict)を参照しなければなりません。 ・ ・ <plist version="1.0"> <dict> ・ ・ <key>Tracks</key> <dict> <key>55</key> <dict> <key>Track ID</key><integer>55</integer> <key>N

    smotokezuru
    smotokezuru 2006/04/26
    Tunes音楽リストのHTML化(2)
  • 1