Re: [Xsltforms-support] When external schema defined, FF cannot see primitive xsd types
Brought to you by:
alain-couthures
From: Grégoire C. <gco...@gm...> - 2010-03-29 21:58:39
|
COUTHURES Alain a écrit : > FF doesn't support namespace:: axis and this is awful in many situations. > BTW, could everyone vote for this bug : https://bugzilla.mozilla.org/show_bug.cgi?id=94270 > I have implemented workarounds for that but they are not perfect yet and > I'm not sure it's possible anyhow. > I'm not sure if this is exactly the same error I had weeks ago, but Kostis, maybe you should try to declare your own namespace in <html> and use it right away with a bogus attribute, as in the two last lines here with the "my" prefix : <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:my="http://www.myowndomain.com" my:workaroundForFirefoxBug="https://bugzilla.mozilla.org/show_bug.cgi?id=94270" > Grégoire |