This is my first xslt. It works fine but I was wondering if there was a way to optimize the code. Mostly I am concern with the xsl:choose statement that defines how I am going to display my inline elements based upon whether or not the page has a child node or not. Thanks in advanced.
XSLT is amazingly fast, even in what appears to be non-optimized code. You can see how long it takes to run this macro by adding ?umbDebugShowTrace=true on the querystring of the page that displays the result of this macro. I bet you're looking at a few hundredths or possibly thousandths of a second.
Is there a better way to write this?
4.02, asp3.5, winxp, iis5.1
This is my first xslt. It works fine but I was wondering if there was a way to optimize the code. Mostly I am concern with the xsl:choose statement that defines how I am going to display my inline elements based upon whether or not the page has a child node or not. Thanks in advanced.
Looks like a fine way to handle it to me.
XSLT is amazingly fast, even in what appears to be non-optimized code. You can see how long it takes to run this macro by adding ?umbDebugShowTrace=true on the querystring of the page that displays the result of this macro. I bet you're looking at a few hundredths or possibly thousandths of a second.
cheers,
doug.
is working on a reply...