← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~ceejatec/zorba/xslt-schema-w3c-bugfix into lp:zorba

 

Chris Hillery has proposed merging lp:~ceejatec/zorba/xslt-schema-w3c-bugfix into lp:zorba.

Requested reviews:
  Daniel Turcanu (danielturcanu)

For more details, see:
https://code.launchpad.net/~ceejatec/zorba/xslt-schema-w3c-bugfix/+merge/79068
-- 
https://code.launchpad.net/~ceejatec/zorba/xslt-schema-w3c-bugfix/+merge/79068
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'schemas/xslt-xquery-serialization.xsd'
--- schemas/xslt-xquery-serialization.xsd	2011-08-10 20:23:54 +0000
+++ schemas/xslt-xquery-serialization.xsd	2011-10-12 07:16:43 +0000
@@ -49,7 +49,7 @@
 
   <xs:simpleType name="encoding-string-type">
     <xs:restriction base="xs:string">
-      <xs:pattern value="[A-Za-z]([A-Za-z0-9._]|-)*"/>
+      <xs:pattern value="[A-Za-z]([A-Za-z0-9._\-])*"/>
     </xs:restriction>
   </xs:simpleType>
 


Follow ups