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=16093>. 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=16093 order of HTML attributes are reversed when parsed Summary: order of HTML attributes are reversed when parsed Product: XalanJ2 Version: 2.0.0 Platform: PC URL: http://www.alistapart.com/stories/xslt/demo.html OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When the XML / XSLT have been parsed, the results show that the order of the attributes are reversed. go to here.... http://www.alistapart.com/stories/xslt/demo.html Then choose.... "Now you're cooking catalog xml" Then Choose... "Fancy output" Then Choose... "Source for HTML result" Look in the bottom two frames that the attributes of the <table> tag are reversed.... as such.... <table border="0" cellspacing="4"> ... and ... <table cellspacing="4" border="0"> Thanks
