|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Interoperability [long]
> Yes, If I understand the datatype spec correctly you can do either:
>
> <xs:simpleType name="ISO8859_1">
> <xs:restriction base="xs:string">
> <xs:pattern value="\p{BasicLatin}+"/>
> <xs:pattern value="\p{Latin-1Supplement}+"/>
> </xs:restriction>
> </xs:simpleType>
Sorry, should be:
<xs:simpleType name="ISO8859_1">
<xs:restriction base="xs:string">
<xs:pattern value="[\p{BasicLatin}\p{Latin-1Supplement}]+"/>
</xs:restriction>
</xs:simpleType>
/Eddie
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








