这是我之前的问题LibreOffice 的下一集:生成幻灯片的 XSLT 样式表?
我现在使用XSLT生成content.xml。
在 libreoffice/content.xml 中可以在text:p
. 类似的东西 xhtml:span
(见下文)?
<draw:page draw:master-page-name="">
<draw:frame presentation:style-name="" svg:width="25.199cm"
svg:height="3.506cm" svg:x="1.4cm" svg:y="0.837cm" presentation:class="title">
<draw:text-box>
<text:p>My name is <xhtml:span style="color:red;"><xsl:value-of select="name"/></xhtml:span></text:p>
</draw:text-box>
</draw:frame>
</draw:page>
还是我需要在其他地方声明所有命名样式?