以文本方式查看主题 - 中文XML论坛 - 专业的XML技术讨论区 (http://bbs.xml.org.cn/index.asp) -- 『 XSL/XSLT/XSL-FO/CSS 』 (http://bbs.xml.org.cn/list.asp?boardid=8) ---- [求助]xsl文件里面可以插入vml代码吗 (http://bbs.xml.org.cn/dispbbs.asp?boardid=8&rootid=&id=8139) |
-- 作者:pernament -- 发布时间:6/6/2004 3:26:00 PM -- [求助]xsl文件里面可以插入vml代码吗 我插了一段,点击相应的xml文件,却显示一片空白:( 请各位大牛帮我看看 <?xml version="1.0" encoding="GB2312"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" x mlns:v="urn:schemas-microsoft-com:vml"> <v:line from="0,0" to="100,50" style="position:relative;"/> </xsl:stylesheet> |
-- 作者:流鼻涕 -- 发布时间:6/7/2004 6:16:00 PM -- <xsl:element name="v:roundrect" > <xsl:attribute name="style">width:100%;height:33pt</xsl:attribute> <xsl:attribute name="fillcolor">#ecac04</xsl:attribute> <xsl:element name="v:shadow"> <xsl:attribute name="on">t</xsl:attribute> <xsl:attribute name="type">single</xsl:attribute> <xsl:attribute name="color">silver</xsl:attribute> <xsl:attribute name="offset">5pt,5pt</xsl:attribute> </xsl:element> <xsl:element name="v:fill"> |
-- 作者:孤独 -- 发布时间:6/7/2004 8:31:00 PM -- <html xmlns:v="urn:schemas-microsoft-com:vml"> |
-- 作者:nancy -- 发布时间:11/23/2004 5:33:00 PM -- 本人也正在学这方面的东西,希望哪位大师多提供点相关资料 。谢谢 |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
205.078ms |