xml中字体大小的设置.

delphim 2002-02-23 10:01:36
html:<style>{font-size:9pt}</style>
xml?
...全文
484 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
karma 2002-02-23
  • 打赏
  • 举报
回复
what do you mean by xml中字体大小的设置? if you are going to transform the xml into html, put the style in the xslt stylesheet file, for example,

....
<xsl:template match="/">
<html>
<head><style type="text/css">BODY {font-size:9pt}</style></head>
<body>
<xsl:apply-templates />
</body>
</html>
</xsl:template>

8,907

社区成员

发帖
与我相关
我的任务
社区描述
XML/XSL相关问题讨论专区
社区管理员
  • XML/XSL社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧