DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27935>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27935 Xalan fails namespace24 test from OASIS ------- Additional Comments From [EMAIL PROTECTED] 2004-03-25 17:22 ------- This does appear to be a bug in the current 2.6 release. Prepending these files to the bootclasspath does not fix the problem: [EMAIL PROTECTED] namespace]$ java -Xbootclasspath/p:/opt/xml/xalan-j_2_6_0/bin/xalansamples.jar:/opt/xml/xalan-j_2_6_0/bin/xercesImpl.jar:/opt/xml/xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN namespace24.xml -XSL namespace24.xsl <?xml version="1.0" encoding="UTF-8"?><axsl:stylesheet xmlns:axsl="http://www.w3.org/1999/XSL/TransAlias" version="1.0"> <axsl:template xmlns:axsl="http://www.w3.org/1999/XSL/Transform" match="h1"><axsl:apply-templates/></axsl:template> </axsl:stylesheet>
