Hi, I need help please.
Update system to to new version & moved on to .Net2
But now my code that worked in my .Net1 xslt does not work.
.Net1 fine:
<xsl:styleshe et xmlns:xsl="http ://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:asp="remo ve" xmlns:igchart=" remove" xmlns:igsch="re move">
<td class='rowDet' id="td_<xsl:val ue-of select='@name' />">
.Net2 don't work:
<xsl:styleshe et xmlns:xsl="http ://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:asp="remo ve" xmlns:igchart=" remove" xmlns:igsch="re move" xmlns:igtxt="re move">
<td class='rowDet' id="td_<xsl:val ue-of select='@name' />">
I had to change it back to: <td class='rowDet'>
Is there a new code for the "<" ">"?
Please Assist!
Regards
Update system to to new version & moved on to .Net2
But now my code that worked in my .Net1 xslt does not work.
.Net1 fine:
<xsl:styleshe et xmlns:xsl="http ://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:asp="remo ve" xmlns:igchart=" remove" xmlns:igsch="re move">
<td class='rowDet' id="td_<xsl:val ue-of select='@name' />">
.Net2 don't work:
<xsl:styleshe et xmlns:xsl="http ://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:asp="remo ve" xmlns:igchart=" remove" xmlns:igsch="re move" xmlns:igtxt="re move">
<td class='rowDet' id="td_<xsl:val ue-of select='@name' />">
I had to change it back to: <td class='rowDet'>
Is there a new code for the "<" ">"?
Please Assist!
Regards
Comment