https://bugzilla.novell.com/show_bug.cgi?id=659733

https://bugzilla.novell.com/show_bug.cgi?id=659733#c2


Atsushi Enomoto <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|                            |WORKSFORME

--- Comment #2 from Atsushi Enomoto <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to