2002/ws/desc/tools validate-schema.sh,1.2,1.3

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