DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25952>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25952 unsupported "//@stuff" XPath formulation ? Summary: unsupported "//@stuff" XPath formulation ? Product: XalanJ2 Version: 2.5Dx Platform: PC OS/Version: Windows 9x Status: NEW Severity: Normal Priority: Other Component: javax.xml AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When you try to apply the following stylesheet : ---------------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="//@something"/> </xsl:stylesheet> ---------------------------------------------- On any XML file with Xalan J 2.5.2 command line processor, an error looking like the following one is report : ---------------------------------------------- javax.xml.transform.TransformerConfigurationException : Unauthorised additional lexical units : something ---------------------------------------------- This seem to work fine with several other processors. Regards.
