网页
图片
视频
学术
词典
地图
更多
航班
笔记本
XSLT1.0
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
In
XSLT 1
.
0
,
string
and
RTF
are the
only
data types that you
can
use
to
store
an arbitrary number
of
intermediate
results
.
在
XSLT1.0
中
,
只能
使用
字符串
和
RTF
存储
中间
结果
。
www.ibm.com
2.
Iterating
a
fixed
number
of
times
is
another
way
you
might
have
needed
to
use
recursive
templates
with XSLT 1
.
0
.
迭代
固定
的
次数
是
XSLT1.0
中
可能
需要
使用
递归
模板
的
另
一种
形式
。
www.ibm.com
3.
Using
an XSLT
1
.
0
approach
,
you
might
build
the
HTML
table
one
row
at
a
time
,
as
shown
in
Listing
6
.
您
可以
使用
XSLT1.0
的
方法
构建
HTML
表
,
每次
一行
,
如
清单
6
所
示
。
www.ibm.com
4.
A
common
situation
in XSLT 1
.
0
is
repeated
passing
of
parameters
that are
only
passed
on further
to
a
more
deeply
nested
template
.
XSLT1.0
中
一种
常见
的
情况
是
反复
传递
只
需要
转给
嵌套
更深
的
模板
的
参数
。
www.ibm.com
5.
One
of
the
biggest
headaches
in XSLT 1
.
0
is
the
inability
of the
language
to
directly
perform
a
SELECT DISTINCT
against
a
group
of
nodes
.
XSLT1.0
中
最
令人
头痛
的
问题
之一
是
该
语言
不能
直接
对
一
组
节点
执行
SELECTDISTINCT
。
www.ibm.com
6.
Unfortunately
,
in
pure
XSLT 1
.
0
,
most
of
the
commands
for
handling
input
of a
transform
are
forbidden
from use on
output
.
遗憾
的
是
,
在
纯粹
的
XSLT1.0
中
,
大多数
用于
处理
转换
输入
的
命令
都
被
禁止
用于
输出
。
www.ibm.com
7.
With
one
exception
,
XSLT 1
.
0
always
compared
strings
on the basis
of
the
code
points
of their
individual
Unicode
characters
.
除了
一种
例外
,
XSLT1.0
总是
按照
每个
Unicode
字符
的
代码
点
比较
字符串
。
www.ibm.com
8.
Possibly
the
favorite
XSLT 1
.
0
instruction
is
xsl:
value
-of
,
which can be
used
to
push
a
value
onto
the
output
as
a
string
.
可能
最
受
青睐
的
XSLT1.0
指令
是
xsl:value-of
,
用于
把
值
作为
字符串
放到
输出
中
。
www.ibm.com
9.
For
some
problems
,
the
XSLT 1
.
0
recommendation
indicates
what
decision
should
be
made if the
processor
decides
to
recover
from
the
error
.
针对
某些
问题
,
XSLT1.0
版
建议
事项
中
会
指出
在
处理器
决定
从
错误
复原
时
要
采取
的
决策
。
msdn.microsoft.com
10.
If
the
migration
is done
with
XSLT 1
.
0
,
the
doctype
cannot
be
included
in
the
output
.
如果
用
XSLT1.0
进行
迁移
,
doctype
不能
包含
在
输出
中
。
www-128.ibm.com
1
2
3