Subject:XSL Not Working Author:Ken Stringer Date:25 Sep 2009 11:04 AM
Hello,
I can't seem to get my XSL file to parse past the <xsl:apply-templates select="//Target"/> at the beginning of my XSL doc. I am using a structure that works for other XSL parsers I've made, but this just dies on the next line (</xsl:template>).
I'm not sure how to ask this question, so I've attached an XML file w/ dummy data and the XSL file I am using. I have not been able to troubleshoot some of the XSL code because I can't get that far along in the debug process. I have removed several statements to simplify the XSL (Choose statement and image id capture), but it still didn't work, so I don't think the problem is w/ this code.
I'm really at a complete loss. It's probably something simple that I'm not catching. I do very little XSL programming, so any help would be greatly appreciated. Thanks in advance.