xslt 1.0で正規表現を使いたい
入力
<book>
<p>
The clavicle is broken more <inlinegraphic></inlinegraphic>
mad_2235.eps often than any other bone in the body
</p>
</book>
出力
<book>
<p>
The clavicle is broken more
<graphic name="mad_2235.eps" source="ISBN" in-line="yes"/>
often than any other bone in the body
</p>
</book>
ありがとう、ムトゥ