using

2003-07-09 Thread Aaron Jackson
I have the following JSP that is using to do a transformation. The xsl that I am using has "" tags that are used to import other needed xsl documents. The import in main xsl works correctly, but the file it imports does an include. This include causes the error below to occur. I thought I

nested xsl:import not working with x:transform

2003-04-05 Thread Aaron Jackson
I have the following JSP that is using the xml tablib from jstl to do a transformation. The xsl that I am using has "" tags that are used to import other needed xsl documents. The import in main xsl works correctly, but the file it imports also does an import. This import causes the error bel