- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Oct 2005 14:17:42 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools In directory homer:/tmp/cvs-serv19777 Modified Files: validate-schema.sh Log Message: Check all schema aspects Index: validate-schema.sh =================================================================== RCS file: /sources/public/2002/ws/desc/tools/validate-schema.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** validate-schema.sh 21 Oct 2005 13:41:40 -0000 1.2 --- validate-schema.sh 26 Oct 2005 14:17:36 -0000 1.3 *************** *** 4,8 **** IFS="|" ! valid=$(curl -s -F style=offline -F "docFile=@$1" http://www.w3.org/2001/03/webdata/xsv | w3m -T text/html -dump) echo $valid | fgrep -q -i "Problems with the schema-validity" --- 4,8 ---- IFS="|" ! valid=$(curl -s -F style=offline -F independent=on -F "docFile=@$1" http://www.w3.org/2001/03/webdata/xsv | w3m -T text/html -dump) echo $valid | fgrep -q -i "Problems with the schema-validity"
Received on Wednesday, 26 October 2005 14:18:23 UTC