AH Formatter / XSL Formatter
Q&A



操作方法

グラフィクス

トップ
基本・一般
AH Formatter について
XSL Formatter について
操作方法
プログラミング
XSLT/XSL-FO/SVG/MathML 仕様について
XSLT/XSL-FO/MathML テクニック
索引
Q.  MathMLのデータを直接 XSL-FO に記述したのですが、表示されません。なぜですか。 [No.2003011702]
A. 

MathMLに限らず直接 XSL-FO に記述できるイメージタイプがいくつかあります。 直接記述する際は、イメージデータを記述する前に、fo:instream-foreign-object を使用する必要があります。
次にMathMLの例を示します。

<fo:block>
  <fo:instream-foreign-object content-type="application/mathml+xml">
    <m:math xmlns:m="http://www.w3.org/1998/Math/MathML">
      .
      . (MathML データ)
      .
    </m:math>
  </fo:instream-foreign-object>
</fo:block>

Copyright © 1999-2011 Antenna House, Inc. All rights reserved.
Antenna House is a trademark of Antenna House, Inc.