Changeset 681 for rfc2629xslt/rfc2629xslt.xml
- Timestamp:
- 13/08/09 13:08:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629xslt.xml
r662 r681 397 397 <list style="symbols"> 398 398 <t>Be aware that XSLT execution can be suppressed using <iref item="NoScript"/><eref target="https://addons.mozilla.org/de/firefox/addon/722">NoScript</eref></t> 399 <t>Firefox does not load external DTDs, see <eref target="https://bugzilla.mozilla.org/show_bug.cgi?id=22942">Mozilla Bug 22942</eref>, thus entities 399 <t>Firefox does not load external DTDs nor external entities, 400 see <eref target="https://bugzilla.mozilla.org/show_bug.cgi?id=22942">Mozilla Bug 22942</eref>, thus entities 400 401 like &nbsp; need to be declared in the internal subset (<xref target="examples.internalsubset"/>)</t> 401 402 </list> … … 416 417 The following browsers are known not to work properly: 417 418 <list style="symbols"> 418 <t anchor="firefox12"><iref item="Mozilla"/><iref item="Firefox" subitem="1.*/2.*"/>Firefox 1.*/2.*: (missing extension function - see change request at Mozilla BugZilla 419 <eref target="http://bugzilla.mozilla.org/show_bug.cgi?id=193678">193678</eref>)</t> 420 <t anchor="opera"><iref item="Opera"/>Opera 9.21: execution fails, potentially 421 to a somewhat complex XPath expression (reported to Opera as bug 245725).</t> 422 <t>Opera 9.5 and 9.6: 423 transformation appears to work, but CSS isn't getting applied (reported to Opera as bug 337388 on 2008-06-12).</t> 424 <t anchor="safari"><iref item="Safari"/>Safari 2.* supports client-side XSLT as of MacOS X 10.4, 425 but misses required extension functions. A problem 426 with stylesheets producing non-ASCII output (such as NBSP characters) 427 has been fixed as of OSX 10.4.4. Both 428 problems have been reported through Apple's bug tracking system, see 429 <eref target="http://drakken.dbc.mtview.ca.us/pipermail/xml2rfc/2005-May/002073.html"/> and 430 <eref target="http://bugs.webkit.org/show_bug.cgi?id=4079"/>. 431 </t> 419 <x:lt> 420 <t anchor="firefox12"><iref item="Mozilla"/><iref item="Firefox" subitem="1.*/2.*"/>Firefox 1.*/2.*: (missing extension function - see change request at Mozilla BugZilla 421 <eref target="http://bugzilla.mozilla.org/show_bug.cgi?id=193678">193678</eref>)</t> 422 </x:lt> 423 <x:lt> 424 <t anchor="opera"><iref item="Opera"/>Opera 9.21: execution fails, potentially 425 to a somewhat complex XPath expression (reported to Opera as bug 245725).</t> 426 </x:lt> 427 <x:lt> 428 <t>Opera 9.5 and 9.6: 429 transformation appears to work, but CSS isn't getting applied (reported to Opera as bug 337388 on 2008-06-12).</t> 430 </x:lt> 431 <x:lt> 432 <t anchor="safari"><iref item="Safari"/>Safari 2.* supports client-side XSLT as of MacOS X 10.4, 433 but misses required extension functions. A problem 434 with stylesheets producing non-ASCII output (such as NBSP characters) 435 has been fixed as of OSX 10.4.4. Both 436 problems have been reported through Apple's bug tracking system, see 437 <eref target="http://drakken.dbc.mtview.ca.us/pipermail/xml2rfc/2005-May/002073.html"/> and 438 <eref target="http://bugs.webkit.org/show_bug.cgi?id=4079"/>. 439 </t> 440 </x:lt> 432 441 </list> 433 442 </t> … … 2246 2255 2247 2256 <!-- <spanx>allow later RFC2616 reference using "&rfc2616;"</spanx> --> 2248 <!ENTITY rfc2616 PUBLIC ''2249 2257 "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2616.xml"> 2250 2258 2251 2259 ]> 2252 </artwork></figure> 2260 </artwork> 2261 <postamble> 2262 Note: including entities from a remote site will not work in Firefox, 2263 see <eref target="https://bugzilla.mozilla.org/show_bug.cgi?id=22942"/>.</postamble> 2264 </figure> 2253 2265 2254 2266 </section>
Note: See TracChangeset
for help on using the changeset viewer.