vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Nathan, I found in the documentation that you can use the <schemabindings> tag instead of the <dtdid> to validate using xsds. If you search the db2 infocenter for schemabindings you can get more information. http://publib.boulder.ibm.com/infoce...help/index.jsp FYI: Some text from release notes of extender v7.2: You can optionally validate the DAD with a schema. Insert the schema tags that associate the DAD file with the schema file. For example: <schemabindings> <nonamespacelocation location="path/schema_name.xsd"/> </schemabindings> You can still validate the DAD by using a DTD instead of a schema: <dtdid>path/dtd_name.dtd</dtdid> Remember to specify validation in the DAD whenever you are validating the DAD with either a schema or DTD: <validation>YES</validation> Good luck, Tom |