由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - Problem with transformNode??
相关主题
What is the standard attribute xml:lang for?what is Premature end of script headers for XML??
example needed\\\\\\\\A question about CGI//////
questionASP.NET problem HELP !!!!!!!!!!
Image in SMIL初级问题 sort XML
Refresh XMLDOM problemXML parser ???
Help! About XSL.Help: Several questions on XML
SHTML? Maybe a simple question for ya. thanks!xslt question
question on CGI and XMLhelp needed (netcdf)
相关话题的讨论汇总
话题: problem话题: td话题: xsl话题: attribute
进入XML版参与讨论
1 (共1页)
m**********y
发帖数: 14
1
I use
document.write(xmldomobj.transformNode(xsldomobj.documentEle
ment));
to display a webpage (a table), inside my .xsl file, I use
xsl:attribute
to add in an "ID" attribute for a
. The display is ok.
But I when
I keep getting the value of that
by using
eval("ID").innerText, I
will get different values. Is that a bug with
transformNode??? Any suggestion
to improve?? Thanx a lot.
e*r
发帖数: 9
2
it shouldn't be. did you check the content of transformed
xml chunk?

真钠?>) 的大作中提到: 】

【在 m**********y 的大作中提到】
: I use
: document.write(xmldomobj.transformNode(xsldomobj.documentEle
: ment));
: to display a webpage (a table), inside my .xsl file, I use
: xsl:attribute
: to add in an "ID" attribute for a
. The display is ok.
: But I when
: I keep getting the value of that
by using
: eval("ID").innerText, I
: will get different values. Is that a bug with
m**********y
发帖数: 14
3
The xml file is correct. I use a single for loop for all the
fields inside the same table, how come some of "TD" values
are
changing while the rests are all working well. It is not a
problem
with transformNode, because I tried to parse the xml file
myself instead
of transformNode, the problem still exists. There is
anothing funny thing
is a problem related with cache, but it isn't. I thing
nothing to do with
my simple program, It seems that I need to do some
settings???? Any suggestion?? Maybe p
1 (共1页)
进入XML版参与讨论
相关主题
help needed (netcdf)Refresh XMLDOM problem
Where is the webpage?Help! About XSL.
问个XPath的问题SHTML? Maybe a simple question for ya. thanks!
用javascript访问xmlquestion on CGI and XML
What is the standard attribute xml:lang for?what is Premature end of script headers for XML??
example needed\\\\\\\\A question about CGI//////
questionASP.NET problem HELP !!!!!!!!!!
Image in SMIL初级问题 sort XML
相关话题的讨论汇总
话题: problem话题: td话题: xsl话题: attribute