DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6834>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6834 apparently correct schema/instance not validating [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-03-04 15:22 ------- Fix is in CVS. One small thing, the document will not validate properly. The root element has a type (based on xsi:type) with a pattern of '\S+', however the content of the root element contains two line feeds. <shib:AttributeValue xmlns:shib="urn:mace:eduPerson:2002" xsi:schemaLocation="urn:mace:eduPerson:2002 eduPerson.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="shib:EPPNType"> test </shib:AttributeValue> The 'test' content should immediately follow the '>', and should immediately be followed by the root element's end tag. <shib:AttributeValue xmlns:shib="urn:mace:eduPerson:2002" xsi:schemaLocation="urn:mace:eduPerson:2002 eduPerson.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="shib:EPPNType">test</shib:AttributeValue> Regards, Khaled --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
