Re: Default/Fixed Values in XML Schemas

[email protected] 6 May 2007 07:57:49 -0700
Newsgroups gmane.comp.mozilla.devel.xml
Organization http://groups.google.com
Message-ID <[email protected]>
> I think FF so far ignores XML schemas completely. Its XML parser is
> expat which does not even have validation support for DTDs and certainly
> not for XSD schemas.

Thanks for pointing that out. Hm.. that makes a whole set of xml docs
useless for the use in FF. As workaround, I will need to build the
default/fixed value logic into the transformation to catch those
related attributes/elements... ugly.