summaryrefslogtreecommitdiff
path: root/ext/dom/examples/shipping.xsd
Commit message (Collapse)AuthorAgeFilesLines
* Add schema and relaxNG validation supportShane Caraveo2003-10-051-0/+36
domdocument->schemaValidate(string filename) domdocument->schemaValidateSource(string xml) domdocument->relaxNGValidate(string filename) domdocument->relaxNGValidateSource(string xml) also fix domelement->setAttributeNS