R
RigasMinho
Hello,
I have an issue where i have a link in a web page using XSL - for
example says its
<a href="http://www.test.com/&testme=03/27/2007"
target="_blank">Test</
a>
notice the date is engrained into the url -
now say i have the web page load up tomorrow i want the web page url
to be
<a href="http://www.test.com/&testme=03/28/2007"
target="_blank">Test</
a>
and change the url in the xsl format / html format to change
dynamically as the web page loads up.
Is this even possible in XSL?
I have an issue where i have a link in a web page using XSL - for
example says its
<a href="http://www.test.com/&testme=03/27/2007"
target="_blank">Test</
a>
notice the date is engrained into the url -
now say i have the web page load up tomorrow i want the web page url
to be
<a href="http://www.test.com/&testme=03/28/2007"
target="_blank">Test</
a>
and change the url in the xsl format / html format to change
dynamically as the web page loads up.
Is this even possible in XSL?