You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/01/15 06:33:11 UTC

DO NOT REPLY [Bug 16093] New: - order of HTML attributes are reversed when parsed

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: xalan-dev@xml.apache.org
        ReportedBy: rkrite@ozemail.com.au


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