由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - Help! About XSL.
相关主题
急!问个最初纪问题Linux, Java and XML
10-15新出来的XHTML
XML 教程--5A very simple question from XML beginner, Thank you
XML 教程--6请问IE4SP1如何支持XML?
XML 教程--8请各位看看,他们是不是很难呢?
XML 教程--11Where to find the XSL editor,best with source cod
从哪里开始学习XML?why do u use XML?
what is the difference between XML and XSLEXP: Rendering Engine for XML/XSL to PDF.
相关话题的讨论汇总
话题: xsl话题: linkname话题: select话题: linkurl话题: href
进入XML版参与讨论
1 (共1页)
b**l
发帖数: 63
1
In XML, I have

...

http://bbs.mit.edu
Unknow Space

...

I want to have
http://bbs.mit.edu">Unknow Space
In XSL, I used
...

">



...
It doesn't work.
Who know the answer? Thanks!
b****e
发帖数: 1275
2
of course it doesn't work.. your xml isn't even
well formed.. how can it work.. hehe

【在 b**l 的大作中提到】
: In XML, I have
:
: ...
:
: http://bbs.mit.edu
: Unknow Space
:
: ...
:

: I want to have

b**l
发帖数: 63
3
My XML file has no problem. it already includes
,
and it can show the text "http://bbs.mit.edu" if the text is
not
in tag . IE5 gives me the error message that
"<" can not be used in an attribute value. I thought the
problem
is that I should not use in tag href=...>.
But I don't know how.

【在 b****e 的大作中提到】

: of course it doesn't work.. your xml isn't even
: well formed.. how can it work.. hehe

r***e
发帖数: 38
4
hehe, I think breeze means your tag is not closed.
I am new to xml, but i happened to read sth might help you
The IE5 doesn't support XSL perfectly, for attribute template
you have to use sth like this:


try it.

【在 b**l 的大作中提到】
: My XML file has no problem. it already includes
: ,
: and it can show the text "http://bbs.mit.edu" if the text is
: not
: in tag . IE5 gives me the error message that
: "<" can not be used in an attribute value. I thought the
: problem
: is that I should not use in tag : href=...>.
: But I don't know how.

b**l
发帖数: 63
5
It works. Thanks a lot!

【在 r***e 的大作中提到】
: hehe, I think breeze means your tag is not closed.
: I am new to xml, but i happened to read sth might help you
: The IE5 doesn't support XSL perfectly, for attribute template
: you have to use sth like this:
:
:

: try it.

k****o
发帖数: 58
6
You should use xsl:attribute like below.


select="linkurl"/>





【在 b**l 的大作中提到】
: In XML, I have
:
: ...
:
: http://bbs.mit.edu
: Unknow Space
:
: ...
:

: I want to have

1 (共1页)
进入XML版参与讨论
相关主题
EXP: Rendering Engine for XML/XSL to PDF. XML 教程--8
又一初级问题:如何用
?
XML 教程--11
XSL question..从哪里开始学习XML?
how do we make this board more active?what is the difference between XML and XSL
急!问个最初纪问题Linux, Java and XML
10-15新出来的XHTML
XML 教程--5A very simple question from XML beginner, Thank you
XML 教程--6请问IE4SP1如何支持XML?
相关话题的讨论汇总
话题: xsl话题: linkname话题: select话题: linkurl话题: href