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. |