XSLT <xsl:processing-instruction> 元素

XSLT 元素参考手册 完整的 XSLT 元素参考手册

定义和用法

<xsl:processing-instruction> 元素可向输出写一条处理指令,即生成处理指令节点。

语法

<xsl:processing-instruction
 name="process-name">

 <!-- Content:template -->

 </xsl:processing-instruction>

属性

属性描述
nameprocess-name必需。规定处理指令的名称。

实例 1

代码:

<xsl:processing-instruction name="xml-stylesheet">
 href="style.css" type="text/css"
 </xsl:processing-instruction>

创建标签:

<?xml-stylesheet href="style.css" type="text/css"?>

XSLT 元素参考手册 完整的 XSLT 元素参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号