Ticket #4925 (new defect)
Dojo and XML-XSL-Transformation problems with FF
| Reported by: | guest | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | General | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
As per z320's initial post:
I've tried to use the dojo components with XML-XSL-Transformation. With IE 6 and 7 it runs but with the Firefox 2 (Version 2.0.0.6) and 3 (Gran Paradiso) the dojo-parser ignores all the 'dojoType="..."'-elements. It seems to be the problem that the Firefox browser converts all tags into LOWERCASE because of XHTML compatibility. The dojo-parser searches for the attribute named 'dojoType' but will never find it because it's new name is 'dojotype' after FF finished it's work (the transformation). IE ignores this aspect of XHTML standard and that's why it runs without problems. I stumbled over the following two messages when I searched for a solutions. Mozilla: Firefox:3.0 DOM Case Sensitivity Firefox:3.0 DOM Case Sensitivity W3C - XHTML 1.0 The Extensible HyperText Markup Language (Second Edition) Element and attribute names must be in lower case best regards from germany
Change History
Note: See
TracTickets for help on using
tickets.