[Mono-bugs] [Bug 659733] Schema fails on .NET, passes on Mono
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 21 02:08:58 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=659733
https://bugzilla.novell.com/show_bug.cgi?id=659733#c2
Atsushi Enomoto <aenomoto at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution| |WORKSFORME
--- Comment #2 from Atsushi Enomoto <aenomoto at novell.com> 2010-12-21 07:08:57 UTC ---
I cannot reproduce it. Here is the verified pair of xml and xsd.
$ mono-xmltool --validate-xsd sharp.xsd sharp.xml
Unexpected token. Name is required here.
file:///C:/cygwin/home/atsushi/tests/xm
l/sharp.xsd Line 2, position 10.
$ cat sharp.xsd
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema
xmlns="urn:foo" targetNamespace="urn:foo">
<xs:element name="foo" type="xs:NCName" />
$ cat sharp.xml
<foo xmlns="urn:foo">#ff8000</foo>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list