Re: Default/Fixed Values in XML Schemas
Alex Vincent <[email protected]> Tue, 08 May 2007 12:21:52 -0700
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >> 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. > There is the schema-validation extension which the XForms extension uses. You might ping smaug about that.