RE: XForms 1.1 test suite issues

How about this error:
 
11.1.a.xhtml:8:65: error: attribute "soap:encodingStyle" not allowed here; expected attribute "dir", "lang", "version" or "xml:lang"
 
I looked around a bit and don't see why soap:encodingStyle belongs on the xhtml:html element.  SOAP asks for it on the SOAP header, and XForms 1.1 doesn't list it at all in http://www.w3.org/TR/xforms11/#SOAP
 
Leigh.

________________________________

From: John Boyer [mailto:boyerj@ca.ibm.com] 
Sent: Wednesday, December 16, 2009 5:22 PM
To: Klotz, Leigh
Cc: public-forms@w3.org
Subject: RE: XForms 1.1 test suite issues



Yes, for some reason 5.2.1.c still had the xforms::byte in it, where I thought that had been fixed.  I have just fixed it and updated it, including the zip file. 

Also, we discovered that test 11.9.4.b needed a further adjustment because it was counting on an xforms-submit-error handler running on a replace all submission.  I changed to a replace none submission since the test is looking for an xforms-submit-error in order to be successful.  No replacement functionality is actually needed to determine whether or not the file has been deleted.  I also updated the zip file to include this revision. 

For all tests revised recently, esp. today, we have verified that they work in Ubiquity XForms, so we believe they are all good revisions at this point. 

Cheers, 
John M. Boyer, Ph.D.
STSM, Interactive Documents and Web 2.0 Applications
Chair, W3C Forms Working Group
Workplace, Portal and Collaboration Software
IBM Victoria Software Lab
E-Mail: boyerj@ca.ibm.com  

Blog: http://www.ibm.com/developerworks/blogs/page/JohnBoyer <http://www.ibm.com/developerworks/blogs/page/JohnBoyer> 
Blog RSS feed: http://www.ibm.com/developerworks/blogs/rss/JohnBoyer?flavor=rssdw <http://www.ibm.com/developerworks/blogs/rss/JohnBoyer?flavor=rssdw> 





From: 	"Klotz, Leigh" <Leigh.Klotz@xerox.com> 
To: 	<public-forms@w3.org> 
Date: 	12/16/2009 04:19 PM 
Subject: 	RE: XForms 1.1 test suite issues

________________________________




With today's updates after the Teleconference and Editorial Meeting and John and Charlie's changes, here is are the three remaining validation errors: 

3.3.1.d3.xhtml:16:55: error: value of attribute "version" is invalid; token "number1engage" invalid; must be a string matching the regular expression "[1-9]\d*\.\d+"
5.2.1.c.xhtml:59:57: error: value of attribute "type" is invalid; must be an XML QName
3.3.1.d3.xhtml.xhtml:8:65: error: attribute "soap:encodingStyle" not allowed here; expected attribute "dir", "lang", "version" or "xml:lang"

Here is my analysis: 

3.3.1.d3.xhtml intentionally not valid. 

5.2.1.c.xhtml appears to still be in progress by Charlie and John. 

3.3.1.d3.xhtml is an XHTML RNC schema issue, not an XForms issue and I'm not familiar with the use of xhtml:html/@soap:encodingStyle in XHTML. 

Leigh.

-----Original Message-----
From: public-forms-request@w3.org [mailto:public-forms-request@w3.org <mailto:public-forms-request@w3.org> ] On Behalf Of Klotz, Leigh
Sent: Friday, December 11, 2009 10:26 AM
To: public-forms@w3.org
Subject: XForms 1.1 test suite issues

I've uncovered the following validation errors in the XForms 1.1 test suites in the process of producing and testing the Relax NG XHTML+XForms integration. 

I have recommendations for most, but a few require special examination:
- There are two tests that I believe are no longer used, and are likely present but not referenced. 
- There is a test with binding exceptions that I don't understand.
- There is a test using choices with no contained items that I believe we should consider separately.

Fetch the test suite from http://www.w3.org/MarkUp/Forms/Test/XForms1.1/Edition1/zip/TestCases11.zip <http://www.w3.org/MarkUp/Forms/Test/XForms1.1/Edition1/zip/TestCases11.zip>  and save this file in the same directory.  Unzip both and the links from this document will take you to the test cases.

Leigh. 

Received on Thursday, 17 December 2009 18:37:40 UTC