[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] US-ASCII characters versus XML characters ... why such a huge discrepancy?
- From: "G. Ken Holman" <gkholman@CraneSoftwrights.com>
- To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
- Date: Mon, 01 Oct 2012 13:06:54 -0400
At 2012-10-01 15:01 +0000, Costello, Roger L. wrote:
>Ken Holman wrote:
>
> > XML Schema does not constrain character sets.
>
>I don't understand this. If I have a pattern facet that specifies
>any of the 28 characters not supported by XML
>
> <xs:simpleType name="characters">
> <xs:restriction base="xs:string">
> <xs:pattern value="[-]*" />
> </xs:restriction>
> </xs:simpleType>
>
>then I get this error:
>
> Character reference  is an invalid XML character
You don't show us the entire schema expression. If you don't have
<?xml version="1.1"?> at the top, then *you* have made the mistake of
making a file that is not XML well-formed. The error you are getting
isn't from the W3C Schema processor, it is likely from the XML
processor. Until I see that you have used a well-formed file, I'm
not going to judge the abilities of the W3C Schema processor.
GIGO - if you put in garbage, you'll get out garbage.
>I conclude that XML Schema does constrain character sets -- it
>constrains the character set to that of XML. No?
Hold the phone here ... XML Schema is built on top of XML. It
doesn't add anything to XML's base definition and I'm surprised
anyone would expect it to.
I think you've just slipped on your perspective here, Roger ... I'm
surprised you are taking the direction you are with this argument. I
suggest you go back to first principles and figure out where you are
going off on a tangent.
. . . . . . . . Ken
--
Contact us for world-wide XML consulting and instructor-led training
Free 5-hour lecture: http://www.CraneSoftwrights.com/links/udemy.htm
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/x/
G. Ken Holman mailto:gkholman@CraneSoftwrights.com
Google+ profile: https://plus.google.com/116832879756988317389/about
Legal business disclaimers: http://www.CraneSoftwrights.com/legal
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]