|
First, check that your xmlns:xsl attribute value has a closing quote, because it didn't in the one that you included in your message.
Second, try it with Saxon and Xalan. I tried it with Saxon, Xalan Java, and libxslt after fixing the quote problem described above, and it worked properly with all of them. If this is the case with you, then the problem is in your use of the javax.xml.transform class and not in the stylesheet.
Bob
|